On Sep 8, 3:52 pm, Boise <[EMAIL PROTECTED]> wrote:
> I have the map set up and coded into our website but I have no idea to
> change it from Palo Alto, California. Can anyone help me out?

Look at the code that displays the map.  Find this line (or something
like it):
       map.setCenter(new GLatLng(37.4419, -122.1419), 13);

The 37.4419 is the latitude of the center of the map.
The -122.1419 is the longitude of the center of the map.
The 13 is the starting zoom level.

> I am trying to make a map for AceCo Precision Manufacturing in Boise,
> Idaho.

Determine the latitude and longitude of "AceCo Precision Manufacturing
in Boise,
Idaho" (on way is to geocode the address, another is to use a GPS
device of some type...) and use them to set the center of the map.



>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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