function initialize() {
var latlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: *, // as Big the country is Andora would have a differnt
Zoom Level then China
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
Thanks!
Randy
On Mar 2, 4:13 pm, pete <petejun...@gmail.com> wrote:
> You need to use the Geocoder service to position a map by location
> namehttp://code.google.com/apis/maps/documentation/v3/examples/geocoding-...
>
> On Mar 2, 11:17 pm, vincent14 <vkoc...@weltmeer.ch> wrote:
>
>
>
> > Hello
> > it is not possible to show aCountry, without using LatLng and Zoom
> > factor, but direct with thecountryname?
> > have a nice day
> > vincent
>
> > function initialize() {
> > var latlng = new google.maps.LatLng(-34.397, 150.644);
> > var myOptions = {
> > zoom: *, // as Big thecountryis Andora would have a differnt
http://code.google.com/apis/maps/documentation/v3/reference.html#LatLngBounds
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Here are the bounding boxes:
http://nearby.org.uk/coords/countries.csv
--
Marcelo - http://maps.forum.nu
--
> Randy
>
>
>
> On Fri, Mar 5, 2010 at 3:37 PM, Brak <brak.steph...@gmail.com> wrote:
> > If you know the dimensions of a country, you could come up with a
> > LatLngBounds object, which you could use to automatically set the zoom
> > level to the right size. You just need the corners, technically.
>
> >http://code.google.com/apis/maps/documentation/v3/reference.html#LatL...
> > google-maps-js-a...@googlegroups.com<google-maps-js-api-v3%2B unsub...@googlegroups.com>