2009/8/5 Tuu T. <[email protected]>: > > Hi, i making a map where the person give a address (it can be > anywhere), then it open a map, with a marker in that address, you can > drag the marker to your exact location. > > The map is a hybrid type, what level zoom level is ideal for the open > map?
One option is the Geocoder returns a LatLngBox which specifies a suitablish zoom level for a given input Alas its not well documented, but can see it here: http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&output=json&oe=utf8 Can use the techniques here: http://code.google.com/apis/maps/documentation/services.html#Geocoding_Structured to extract the data using GClientGeocoder > > I used 16, but don't know if this zoom is always available, You can find out http://code.google.com/apis/maps/documentation/reference.html#GMapType.getMaxZoomAtLatLng > what do > you think? > > Thank you > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
