You need to set the country code for google maps itself. In flex its
the property "countryCode" on the geocoder.
e.g.
 geocoder = new ClientGeocoder(new ClientGeocoderOptions({countryCode:
"US"}));

then passing in "US" will show the usa.

On Apr 10, 4:23 am, Srikrishna <[email protected]> wrote:
> Hi.
>
> How can I set the map to show a Country on load using the country
> code.
> For e.g., If I pass 'US' as the country code, then the Map should show
> USA on load.
>
> Thanks!
> Srikrishna

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to