On Apr 26, 10:47 pm, near-a-point <[email protected]> wrote:
> Hello,
>
> Is there a way to display google maps so that it shows only a specific
> country and not the surrounding countries? For example if i do
>
> map.setCenter(new GLatLng(X,Y), 4);
>
> it displays the surrounding countries but I want only my country of
> interest to fill up the whole map/page...

Zoom levels are discrete.  You can get the "best" zoom, but that won't
necessarily fill up the whole map.

You could do something like Marcello's Texas map:
http://maps.forum.nu/gm_texas.html

  -- Larry


>
> Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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