public class

MapPlotter

extends Object
java.lang.Object
   ↳ com.mapsted.map.position.MapPlotter

Class Overview

Class used to draw properties and buildings on the map

Summary

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
From class java.lang.Object

Public Constructors

public MapPlotter (MainMapFragment mapFragment, Context context, MapApi mapApi)

Method used to setup the MainMapFragment and application's context

Parameters
mapFragment the Main Map Fragment instance initiated in main activity.
context The main activity application context.

Public Methods

public final MapPlotterForBuilding buildingPlotter ()

Method to get Map Plotter for buildings. Used for drawing buildings

public final MapPlotterForCurrent currentPlotter ()

Method to get the Map Plotter for current user position. Used for plotting the current user position

public void onDestroy ()

public void onLicenceStatusChanged (LicenceStatus licenceStatus)

public final MapPlotterForProperty propertyPlotter ()

Method to get the Map Plotter for Properties. Used for drawing properties