toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.map.layer
/
MapLayer
Map
Layer
abstract
class
MapLayer
:
BaseObject
,
ObjectWithUidInterface
Members
Constructors
Map
Layer
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Properties
IMAGERY_PROVIDERS
Link copied to clipboard
val
IMAGERY_PROVIDERS
:
String
=
"imageryProviders"
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
MapLayer.Builder
code
Link copied to clipboard
@
Nullable
abstract
fun
code
(
)
:
String
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
MapLayer
display
Name
Link copied to clipboard
@
NonNull
abstract
fun
displayName
(
)
:
String
external
Link copied to clipboard
@
NonNull
abstract
fun
external
(
)
:
Boolean
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
image
Format
Link copied to clipboard
@
Nullable
abstract
fun
imageFormat
(
)
:
ImageFormat
imagery
Providers
Link copied to clipboard
@
Nullable
abstract
fun
imageryProviders
(
)
:
List
<
MapLayerImageryProvider
>
image
Url
Link copied to clipboard
@
NonNull
abstract
fun
imageUrl
(
)
:
String
layers
Link copied to clipboard
@
Nullable
abstract
fun
layers
(
)
:
String
map
Layer
Position
Link copied to clipboard
@
NonNull
abstract
fun
mapLayerPosition
(
)
:
MapLayerPosition
map
Service
Link copied to clipboard
@
Nullable
abstract
fun
mapService
(
)
:
MapService
name
Link copied to clipboard
@
NonNull
abstract
fun
name
(
)
:
String
style
Link copied to clipboard
@
Nullable
abstract
fun
style
(
)
:
String
subdomain
Placeholder
Link copied to clipboard
@
Nullable
abstract
fun
subdomainPlaceholder
(
)
:
String
subdomains
Link copied to clipboard
@
Nullable
abstract
fun
subdomains
(
)
:
List
<
String
>
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
MapLayer.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
NonNull
abstract
fun
uid
(
)
:
String