java.lang.Object | |
↳ | com.mapsted.ui.MapstedMapUiApi |
Controller class for interacting with Map Ui SDK
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | MapstedMapUiApi.CustomUiImpl | ||||||||||
class | MapstedMapUiApi.EventsImpl | ||||||||||
class | MapstedMapUiApi.LifecycleImpl | ||||||||||
class | MapstedMapUiApi.LocaleImpl | ||||||||||
class | MapstedMapUiApi.SetupImpl | ||||||||||
class | MapstedMapUiApi.TagsImpl | ||||||||||
class | MapstedMapUiApi.UtilsImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MapUiApi.CustomUi |
customUi()
Get reference to the map ui api's
MapUiApi.CustomUi
| ||||||||||
MapUiApi.Events |
events()
Get reference to the map ui api's
MapUiApi.Events
| ||||||||||
MapApi |
getMapApi()
Get MapApi
| ||||||||||
PropertyInfo |
getPropertyInfo(CppEntity entity)
Get
PropertyInfo corresponding to a specific CppEntity
Property consists of all property information such as the property's id, the name of the property, X and Y coordinates etc. | ||||||||||
SearchRepository | getSearchRepository() | ||||||||||
MapUiApi.Itinerary |
itinerary()
Get reference to the map ui api's
MapUiApi.Tags
| ||||||||||
MapUiApi.Lifecycle |
lifecycle()
Get reference to the map ui api's
MapUiApi.Lifecycle
| ||||||||||
MapUiApi.Locale |
locale()
Get reference to the map ui api's
MapUiApi.Locale
| ||||||||||
static MapUiApi |
newInstance(Context context, MapApi mapApi)
Create an instance of MapUiApi
| ||||||||||
static MapUiApi |
newInstance(Context context)
This method is deprecated.
Please use the MapApi-supplying version
| ||||||||||
MapUiApi.Setup |
setup()
Get reference to the map ui api's
MapUiApi.Setup
| ||||||||||
MapUiApi.Tags |
tags()
Get reference to the map ui api's
MapUiApi.Tags
| ||||||||||
MapUiApi.Utils |
utils()
Get reference to the map ui api's
MapUiApi.Utils
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get PropertyInfo
corresponding to a specific CppEntity
Property consists of all property information such as the property's id, the name of the property, X and Y coordinates etc.
entity | Building id corresponding to the BuildingInfo you get. |
---|
PropertyInfo
Create an instance of MapUiApi
context | context |
---|---|
mapApi | MapApi instance |
This method is deprecated.
Please use the MapApi-supplying version
Create an instance of MapUiApi
context | context |
---|