Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model.map
/
NOAAWmsTileSource
NOAAWms
Tile
Source
open
class
NOAAWmsTileSource
(
aName
:
String
,
aBaseUrl
:
Array
<
String
>
,
layername
:
String
,
version
:
String
,
time
:
String
?
,
srs
:
String
,
style
:
String
?
,
format
:
String
)
:
OnlineTileSourceBase
Members
Constructors
NOAAWms
Tile
Source
Link copied to clipboard
constructor
(
aName
:
String
,
aBaseUrl
:
Array
<
String
>
,
layername
:
String
,
version
:
String
,
time
:
String
?
,
srs
:
String
,
style
:
String
?
,
format
:
String
)
Functions
get
Tile
URLString
Link copied to clipboard
open
override
fun
getTileURLString
(
pMapTileIndex
:
Long
)
:
String
?
is
Force
Http
Link copied to clipboard
fun
isForceHttp
(
)
:
Boolean
is
Force
Https
Link copied to clipboard
fun
isForceHttps
(
)
:
Boolean
set
Force
Http
Link copied to clipboard
fun
setForceHttp
(
forceHttp
:
Boolean
)
set
Force
Https
Link copied to clipboard
fun
setForceHttps
(
forceHttps
:
Boolean
)