Hi,
I need some help and I think this post would help me but I am very new to Google maps and Visualforce. answered by eyescream see post http://stackoverflow.com/questions/3122038/how-do-i-integrate-salesforce-with-google-maps.
My problem is very similar but I don't need to search for the records to plot they are available as a related list.
I have two custom objects called Wildlife__c
and Sighting__c
.
Sightings has a lookup to Wildlife so you can record a sighting of a particular animal. The sightings object has two custom fields long__c
and lat__c
.
I would like a map on the Wildlife page that looks through and puts markers on a map for all the different sightings. The map will simply be added as a component of the Wildlife page.
I can on the sightings object generate a map with one sighting, but I can replicated this on the wildlife object. I think I need to create an array but not sure how.
Many thanks
Ross