public class

MapstedMapUiApi

extends Object
implements MapUiApi
java.lang.Object
   ↳ com.mapsted.ui.MapstedMapUiApi

Class Overview

Controller class for interacting with Map Ui SDK

Summary

Nested Classes
class MapstedMapUiApi.CustomUiImpl  
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
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)
static MapUiApi newInstance(Context context)
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
From class java.lang.Object
From interface com.mapsted.ui.MapUiApi

Public Methods

public MapUiApi.CustomUi customUi ()

Get reference to the map ui api's MapUiApi.CustomUi

public MapApi getMapApi ()

Get MapApi

Returns
  • MapApi

public 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.

Parameters
entity Building id corresponding to the BuildingInfo you get.
Returns

public SearchRepository getSearchRepository ()

public MapUiApi.Itinerary itinerary ()

Get reference to the map ui api's MapUiApi.Tags

public MapUiApi.Lifecycle lifecycle ()

Get reference to the map ui api's MapUiApi.Lifecycle

public MapUiApi.Locale locale ()

Get reference to the map ui api's MapUiApi.Locale

public static MapUiApi newInstance (Context context, MapApi mapApi)

public static MapUiApi newInstance (Context context)

public MapUiApi.Setup setup ()

Get reference to the map ui api's MapUiApi.Setup

public MapUiApi.Tags tags ()

Get reference to the map ui api's MapUiApi.Tags

public MapUiApi.Utils utils ()

Get reference to the map ui api's MapUiApi.Utils