com.mapsted.map.MapApi.CustomPlot |
![]() |
Access/manage your own plot objects/geometries
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.
|
Highlight entities on the map with the specified hex color
Highlight entity on the map with the specified hex color
Remove all entity highlights
Remove all entity highlights by hexColor
Call this function to set a pin into a non searchable entity like a pathway.
mercatorZone | mercator zone selected |
---|