that is a horrible way of doing things. they load the full map view and 
then overlay a mask.

function load() {
        doLoad();
        var texasMaskTileLayer = createCustomLayer(5,12,'texas/texas_mask',1);
        texasMask = new GTileLayerOverlay(texasMaskTileLayer);
        map.addOverlay(texasMask);

}



On Friday, March 9, 2012 2:25:40 AM UTC-5, Harpreet Singh wrote:
>
> Here is an example on net which is showing a custom map. Plz check it 
> out. Let me know if you find a way that how can we implement that in 
> Android. I am also trying to figure it out. 
> link: http://maps.forum.nu/gm_texas.html 
>
> Thanks, 
> Harpreet. 
>
>
> On Mar 6, 4:26 pm, lbendlin <[email protected]> wrote: 
> > The Google Maps API uses map tiles., It has absolutely no idea about 
> > country borders. 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Tuesday, March 6, 2012 1:15:08 AM UTC-5, Harpreet Singh wrote: 
> > > Hi Friends, 
> > 
> > > I am using Google Map Api, it showing the whole world map. 
> > > I need to display map of individual country e.g. just of "Australia". 
> > > Is it possible that only map of Australia is shown and rest 
> > > neighboring countries will not be displayed. 
> > 
> > > Please help. 
> > 
> > > Thanks in advance, 
> > > Harpreet.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

Reply via email to