On Sep 18, 2:10 am, ip <[EMAIL PROTECTED]> wrote: > Thank you all for your valuable suggestion and help. > > As mentioned by mapperzUK, i tried to get the geocode response. But it > didnot provide ExtendedData and hence i couldnot implement this.
The code in the page to which you posted a link above has a showAddress function (which uses the Google Geocoder) and a showAddressGeoCoderGoogle which uses "Geo::Coder::US Perl module instead of Google". The getLatLng method will not return the extended information when it is available, it only returns the first results coordinates. And currently the "extendedData" feature has not been released yet (at least that I know of...) > > I also tried getMaximumResolution() method of GMapType object, but > always it returns a zoomlevel 19 for sattelite view. That is the way getMaximumResolution works. > > this is the code snippet: > var point = new GLatLng(lat,lng) ; // lat, lng is value provided by > geocoder > var zoom = G_SATELLITE_MAP.getMaximumResolution(point); > map.setCenter(point, zoom) ; > > Also, for your information, I am very newbie for the whole of > GoogleMap API, JavaScript and Ajax. I am going through all > simultaneously. > > Your helps are always appreciated. > > Thank you all. > > regards > ip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
