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

How to display the custom Google maps
Hi,
I Want to display the custom google maps in visual force page. please any one help me how to generate custom google map url and how to display the google map in visual force page..
Thank you,
Lakshmi
You need to obtain a key from google, have a look on their web site to obtain one.
A code like that one should do the job
The line
var kml = new GGeoXml("http://MyServer/MyFile.kml");
is to be able to use your own kml file, remove it if you don't want to display any information like that.