Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model.map
/
OnlineTileSourceAuth
Online
Tile
Source
Auth
open
class
OnlineTileSourceAuth
(
name
:
String
,
zoomLevel
:
Int
,
zoomMaxLevel
:
Int
,
tileSizePixels
:
Int
,
imageFileNameEnding
:
String
,
baseUrl
:
Array
<
String
>
,
pCopyright
:
String
,
tileSourcePolicy
:
TileSourcePolicy
,
layerName
:
String
?
,
apiKey
:
String
)
:
OnlineTileSourceBase
Members
Constructors
Online
Tile
Source
Auth
Link copied to clipboard
constructor
(
name
:
String
,
zoomLevel
:
Int
,
zoomMaxLevel
:
Int
,
tileSizePixels
:
Int
,
imageFileNameEnding
:
String
,
baseUrl
:
Array
<
String
>
,
pCopyright
:
String
,
tileSourcePolicy
:
TileSourcePolicy
,
layerName
:
String
?
,
apiKey
:
String
)
Functions
get
Tile
URLString
Link copied to clipboard
open
override
fun
getTileURLString
(
pMapTileIndex
:
Long
)
:
String