java.lang.Object | |
↳ | com.mapsted.map.position.MapPlotter |
Class used to draw properties and buildings on the map
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MapPlotter(MainMapFragment mapFragment, Context context, MapApi mapApi)
Method used to setup the MainMapFragment and application's context
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
final MapPlotterForBuilding |
buildingPlotter()
Method to get Map Plotter for buildings.
| ||||||||||
final MapPlotterForCurrent |
currentPlotter()
Method to get the Map Plotter for current user position.
| ||||||||||
void | onDestroy() | ||||||||||
void | onLicenceStatusChanged(LicenceStatus licenceStatus) | ||||||||||
final MapPlotterForProperty |
propertyPlotter()
Method to get the Map Plotter for Properties.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Method used to setup the MainMapFragment and application's context
mapFragment | the Main Map Fragment instance initiated in main activity. |
---|---|
context | The main activity application context. |
Method to get Map Plotter for buildings. Used for drawing buildings
Method to get the Map Plotter for current user position. Used for plotting the current user position
Method to get the Map Plotter for Properties. Used for drawing properties