joshkendrick
joshkendrick

Reputation: 3537

android google apis turn off google map

We're building an application where the user has the ability to overlay lots of geospatial data on top of a map. The google apis have terrific support for this; allowing vector features to be drawn as well as a tileoverlay class.

The downside is that their map is ALWAYS the basemap. The only way this is a downside is if a user says "i dont want that" or something. I don't think that's likely, but it's possible. I'm curious if there's a way to turn the google tiles portion off, or tell it to hide it's google tiles, and tell it to stop trying to get tiles from google? I want to use the api, but be able to not show the google map, do-able?

Upvotes: 0

Views: 240

Answers (1)

Daniel H.
Daniel H.

Reputation: 233

Have you tried setting the map type to MAP_TYPE_NONE?

Upvotes: 1

Related Questions