hello, I have to do the following: our screens contains three fields, where user defines country, region and city (if she wants, so it is optional). But, when country is defined map should be redrawn to show this country. E.g. if user wrote "Netherlands" we have to show the Netherlands, and zoom the map in the way, when borders of this country are near the borders of the map (maximal possible zooming to show the whole country. When user defines region and city (e.g. city is Paris) we have to show this city on the map with maximal zooming to show the whole city... We can predefine zooming, because to show the Netherlands and to show Russia we heed different zooming level. This feature looks like the feature we see on the maps.goggle.com - I can set Paris in "set default location" field, and on the map I will see Paris with enough for me zooming level. The question is how to implement it using JavaScript? Using geocode I can now put the selected country/city in the center of the map but with currently used by user zoom.
Is it possible, is there a way when I can get "span" parameters to display what user selects based on address (like the data I have - country=..., city=..., ...? thank you in advance, Maxym --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
