You need to sign in to do that
Don't have an account?
Is there a limit on the amount of account that the google map can show on visualforce page?
Hello All,
Please reply for this question.
Please reply for this question.
You need to sign in to do that
Don't have an account?
You can display up to 100 markers on the map using apex:mapMarker tag with apex:map, however, there is a limit of 10 geocoding requests per map. So you will need to geocode your addresses first, and then set position attribute for the apex:mapMarker using latitude and longitude instead of the address.
Thanks
Thanks