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

displaying a earth map and highlighting the location when clicked on particular location
hi,
I have a requirement to display a locations on the map based on the field called locations in a custom object.
some one please help me how can i dsplay a map on vfpage with pointing locations.when i click on each location the description about that location has to be displayed.when i click on a location it has to navigate me to other site like wikipedia o somethind..
plz help me
thank you
Hi,
Have you checked this AppExchange app?
http://appexchange.salesforce.com/listingDetail?listingId=a0N300000016d25EAA
Hi,
To display a map in a VFP you need to use either google maps or yahoo map in the VFP and need to pass parameters to display the locations in that map.
Here is the complete code i am using for more or less the same thing:
Just change the relevant fields to what you need, alter the content of the message box when for when you click the location, and add it as a visualforce page to your object's tab. Hope it helps!