WemapSDKs
Toggle table of contents
1.0.0-beta.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
WemapSDKs
WemapMapSDK
/
com.getwemap.sdk.map
/
MapError
Map
Error
sealed
class
MapError
:
Throwable
Errors reported by
WemapMapView
while loading.
Inheritors
FailedToLoadMap
Members
Types
Failed
To
Load
Map
Link copied to clipboard
class
FailedToLoadMap
(
reason
:
String
)
:
MapError
MapLibre failed to load the map or its style.
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String