Wasn't it Devin who wrote:
>Mike,
>
>Will i be able to 'Country code bias' this page for South Africa?
Yes.
geo.setBaseCountryCode("ZA");
But 'Country code bias' tends not to be much use. You're generally
better off adding " South Africa" to the end of the search string:
search += " South Africa";
geo.getLocations(search, function (result) ...
--
Mike Williams
http://econym.org.uk/gmap
--
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.