On Mar 19, 11:12 pm, "[email protected]" <[email protected]> wrote: > > How could I find the users location so I can place the user in the > > center of the map when page loads? > > Nothing is particularly reliable or exact. > Possibilities > 1. google.loader.ClientLocation > 2. use a ip geocoder > 3. ask the user
4. navigator.geolocation (HTML5) http://code.google.com/apis/maps/documentation/v3/basics.html#Geolocation -- Marcelo - http://maps.forum.nu -- > > -- Larry > > > > > > > map.setCenter(new GLatLng(#####, #####), 13); > > > 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.
