MapstedMapUiApi

Controller class for interacting with Map Ui SDK

Types

Link copied to clipboard
open inner class CustomUiImpl : MapUiApi.CustomUi
Link copied to clipboard
open inner class EventsImpl : MapUiApi.Events
Link copied to clipboard
Link copied to clipboard
open inner class LocaleImpl : MapUiApi.Locale
Link copied to clipboard
open inner class SetupImpl : MapUiApi.Setup
Link copied to clipboard
open inner class TagsImpl : MapUiApi.Tags
Link copied to clipboard
open inner class UtilsImpl : MapUiApi.Utils

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Get reference to the map ui api's MapUiApi.CustomUi
Link copied to clipboard
Get reference to the map ui api's MapUiApi.Events
Link copied to clipboard
open fun getPropertyInfo(entity: Entity): PropertyInfo
Get PropertyInfo corresponding to a specific EntityProperty consists of all property information such as the property's id, the name of the property, X and Y coordinates etc.
Link copied to clipboard
Get reference to the map ui api's MapUiApi.Tags
Link copied to clipboard
Get reference to the map ui api's MapUiApi.Lifecycle
Link copied to clipboard
Get reference to the map ui api's MapUiApi.Locale
Link copied to clipboard
open fun newInstance(@NonNull context: Context): MapUiApi
open fun newInstance(@NonNull context: Context, @NonNull mapApi: MapApi): MapUiApi
Create an instance of MapUiApi
Link copied to clipboard
open fun setup(): MapUiApi.Setup
Get reference to the map ui api's MapUiApi.Setup
Link copied to clipboard
open fun tags(): MapUiApi.Tags
Get reference to the map ui api's MapUiApi.Tags
Link copied to clipboard
open fun utils(): MapUiApi.Utils
Get reference to the map ui api's MapUiApi.Utils