<apex: mapMarker> Component in Visualforce PageThe <apex: mapMarker> is another important component in the Visualforce page that defines a marker to be displayed at a location on an <apex: map> component. We always use the <apex: mapMarker> component inside the <apex: map> component. We can use up to 100 <apex: mapMarker> components inside a single <apex: map> component. The <apex: mapMarker> component has the following attributes: 1. icon The "icon" is a string-type attribute used for specifying the URL of the icon that needs to be displayed for this marker. Syntax: 2. id The "id" is a string-type attribute used to specify the URL of the icon that needs to be displayed for this marker. Syntax: |