I'm trying to add a button at the top right hand corner of the map.
When pressed, will run some Javascript code I have. I have three
questions:
So far I am able to create the button:
var deleteTrackButton = new GMapType(G_SATELLITE_MAP.getTi leLayers()
[0], new GMercatorProjection(15), "Delete Track");