public class

MapstedMapApi.CustomPlotImpl

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

Summary

Public Constructors
CustomPlotImpl(MapApi.MapView mapView)
Public Methods
void addIcons(Context context, List<SmallIcon> icons)
void highlightEntities(List<Entity> entities, String hexColor)
Highlight entities on the map with the specified hex color.
void highlightEntity(Entity entity, String hexColor)
Highlight entity on the map with the specified hex color
void removeAllEntityHighlights(int propertyId)
Remove all entity highlights
void removeEntityHighlight(List<Entity> entities)
Remove highlights for entities
void removeEntityHighlight(Entity entity)
Remove entity highlights by entity
void removeEntityHighlightsByColor(int propertyId, String hexColorToRemove)
Remove all entity highlights by hexColor
void removeIcons(List<SmallIcon> icons)
void setMapPin(IMercatorZone mz)
Call this function to set a pin into a non searchable entity like a pathway.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.map.MapApi.CustomPlot

Public Constructors

public CustomPlotImpl (MapApi.MapView mapView)

Public Methods

public void addIcons (Context context, List<SmallIcon> icons)

public void highlightEntities (List<Entity> entities, String hexColor)

Highlight entities on the map with the specified hex color. Note: All entities should be on the same property

public void highlightEntity (Entity entity, String hexColor)

Highlight entity on the map with the specified hex color

public void removeAllEntityHighlights (int propertyId)

Remove all entity highlights

public void removeEntityHighlight (List<Entity> entities)

Remove highlights for entities

public void removeEntityHighlight (Entity entity)

Remove entity highlights by entity

public void removeEntityHighlightsByColor (int propertyId, String hexColorToRemove)

Remove all entity highlights by hexColor

public void removeIcons (List<SmallIcon> icons)

public void setMapPin (IMercatorZone mz)

Call this function to set a pin into a non searchable entity like a pathway.

Parameters
mz mercator zone selected