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.
I also tried getMaximumResolution() method of GMapType object, but always it returns a zoomlevel 19 for sattelite view. 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 -~----------~----~----~----~------~----~------~--~---
