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

In Google Map with V3 Maps API
Hi
I need to add a In Line VF page with Google's V3 Maps API. I already have a s-control with v2 api but it requires a Google Map API Key.
Can someone please provide an example of Inline VF page with Google's V3 Maps API, so that I can show Google map for a address and include this page on a detail page layout.
Thanks
you can convert the same s-control to a vf page by adding the standard controller .. the u can use that page as an in inline section
My S-controll currently uses Google Map API V2 and it requires a API key, but V3 MAP API does not require a API Key.
I am looking for an example for a VF page which use Google MAP API V3.
Can some one please provide a sample VF page with google MAP API V3
Here's a quick example. Note that this shows how to load the map asynchronously. Please check the Google Maps API V3 for further info:
Hope this helps.