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.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
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 MapUiApi.Events events ()

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

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)

Create an instance of MapUiApi

Parameters
context context
mapApi MapApi instance
Returns
  • instance of MapUiApi

public static MapUiApi newInstance (Context context)

This method is deprecated.
Please use the MapApi-supplying version

Create an instance of MapUiApi

Parameters
context context
Returns
  • instance of MapUiApi

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