You need to sign in to do that
Don't have an account?

How to index in the mapmarker in apexmap. I want to indexing on the Map marker icon like this in tha apexmap.
I want to indexing on the Map marker icon like this in tha apexmap.

You need to sign in to do that
Don't have an account?
You can add markers to a map to represent specific locations using the <apex:mapMarker> component. You can include text that displays when a pointer hovers over the marker.
To place a marker on a map, add a <apex:mapMarker> component as a child of the associated <apex: map>. You specify the marker’s location with the position attribute. Optionally, use the title attribute to display text when the pointer hovers over the marker.
You can add up to 100 markers on a map. Use a <apex: repeat> iteration component to add multiple markers from a collection or list.
- https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_maps_markers.htm
- https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_maps_markers_custom.htm
Hope it helps.Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.
Thanks
Rahul Kumar
My problem is with the custom icon and the Indexing in it.
Any help will be appreciated.