public class

MapstedMapApi

extends Object
implements MapApi
java.lang.Object
   ↳ com.mapsted.map.MapstedMapApi

Summary

Nested Classes
class MapstedMapApi.ConfigImpl  
class MapstedMapApi.CustomPlotImpl  
class MapstedMapApi.CustomViewsImpl  
class MapstedMapApi.DataSourcesImpl  
class MapstedMapApi.LayersImpl  
class MapstedMapApi.LayoutImpl  
class MapstedMapApi.LifecycleImpl  
class MapstedMapApi.MapCameraImpl  
class MapstedMapApi.MapViewImpl  
class MapstedMapApi.SetupImpl  
class MapstedMapApi.WayfindingImpl  
Public Methods
boolean arePropertyAndAllBuildingsPlotted(int propertyId)
MapApi.DataSources data()
Get reference to the map api's DataSources
CoreApi getCoreApi()
Get the core api
MapstedMapManager getMapstedMapManager()
Get MapstedMapManager
PropertyData getSelectedPropertyData()
Get current selected building data.
MapApi.Lifecycle lifecycle()
get reference to map api's MapApi.Lifecycle
MapApi.MapView mapView()
Get reference to the map api's MapView
static MapApi newInstance(Context context)
static MapApi newInstance(Context context, CoreApi coreApi)
void setOnMapSdkSetupListener(OnMapSdkSetupListener listener)
MapApi.Setup setup()
Get reference to the map api's Setup
MapApi.Wayfinding wayfinding()
Get reference to the map api's Wayfinding
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.map.MapApi

Public Methods

public boolean arePropertyAndAllBuildingsPlotted (int propertyId)

public MapApi.DataSources data ()

Get reference to the map api's DataSources

public CoreApi getCoreApi ()

Get the core api

Returns
  • coreApi

public MapstedMapManager getMapstedMapManager ()

Get MapstedMapManager

Returns
  • mapstedMapManager

public PropertyData getSelectedPropertyData ()

Get current selected building data.

Returns
  • Return current selected building data. Return null if no building data selected.

public MapApi.Lifecycle lifecycle ()

get reference to map api's MapApi.Lifecycle

public MapApi.MapView mapView ()

Get reference to the map api's MapView

public static MapApi newInstance (Context context)

public static MapApi newInstance (Context context, CoreApi coreApi)

public void setOnMapSdkSetupListener (OnMapSdkSetupListener listener)

public MapApi.Setup setup ()

Get reference to the map api's Setup

public MapApi.Wayfinding wayfinding ()

Get reference to the map api's Wayfinding