public static interface

MapApi.CustomPlot

com.mapsted.map.MapApi.CustomPlot
Known Indirect Subclasses

Class Overview

Access/manage your own plot objects/geometries

Summary

Public Methods
abstract void addIcons(Context context, List<SmallIcon> icons)
abstract void highlightEntities(List<Entity> entities, String hexColor)
Highlight entities on the map with the specified hex color
abstract void highlightEntity(Entity entity, String hexColor)
Highlight entity on the map with the specified hex color
abstract void removeAllEntityHighlights(int propertyId)
Remove all entity highlights
abstract void removeEntityHighlight(List<Entity> entities)
abstract void removeEntityHighlight(Entity entity)
Remove entity highlights by entity
abstract void removeEntityHighlightsByColor(int propertyId, String hexColorToRemove)
Remove all entity highlights by hexColor
abstract void removeIcons(List<SmallIcon> icons)
abstract void setMapPin(IMercatorZone mercatorZone)
Call this function to set a pin into a non searchable entity like a pathway.

Public Methods

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

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

Highlight entities on the map with the specified hex color

public abstract void highlightEntity (Entity entity, String hexColor)

Highlight entity on the map with the specified hex color

public abstract void removeAllEntityHighlights (int propertyId)

Remove all entity highlights

public abstract void removeEntityHighlight (List<Entity> entities)

public abstract void removeEntityHighlight (Entity entity)

Remove entity highlights by entity

public abstract void removeEntityHighlightsByColor (int propertyId, String hexColorToRemove)

Remove all entity highlights by hexColor

public abstract void removeIcons (List<SmallIcon> icons)

public abstract void setMapPin (IMercatorZone mercatorZone)

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

Parameters
mercatorZone mercator zone selected