java.lang.Object | |
↳ | com.mapsted.map.MapstedMapApi.CustomPlotImpl |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Highlight entities on the map with the specified hex color. Note: All entities should be on the same property
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.
mz | mercator zone selected |
---|