function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sfdc Project 17Sfdc Project 17 

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.
User-added image
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi,
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. 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
 
Sfdc Project 17Sfdc Project 17
Hi rahul
My problem is with the custom icon and the Indexing in it.
Any help will be appreciated.