go here:

http://www.mapbuilder.net/

click till you get a pin where you want the center of your map to be.

then plug into your code:

map.setCenter(new GLatLng(40.44177859358136, -80.01291275024414), 13);

or you can:

var latitude = 40.44177859358136;
var longitude = -80.01291275024414;
var zoom_level = 13;
map.setCenter(new GLatLng(lattitude, longitude), zoom_level);


On Nov 4, 2:00 pm, Brad99 <[EMAIL PROTECTED]> wrote:
> Hi, how do I find the coordinates of the center of my map for the
> place of my choice, so I can add this into my code to display my map?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to