tags:

views:

133

answers:

1

Hi

I am using the google maps api v2 to build attraction guide mashup. Currently it shows some landmarks on the tiles it returns. I notice some of the geocoding of certain attractions is off.

Is there a way I can tell google to send back map tiles with no land marks? I cant seem to find any info on the api docs about it.

A: 

There is no way to request custom tiles from Google. Your only option is to choose from the available map types, or to generate your own tiles.

The Terrain map (G_PHYSICAL_MAP) might be more acceptable for you.

Chris B