Android Question values of google maps map type constants

shb777

Active Member
Licensed User
Longtime User
ok thanks manfred


Constants
public static final int MAP_TYPE_HYBRID

Satellite maps with a transparent layer of major streets.

Constant Value: 4
public static final int MAP_TYPE_NONE

No base map tiles.

Constant Value: 0
public static final int MAP_TYPE_NORMAL

Basic maps.

Constant Value: 1
public static final int MAP_TYPE_SATELLITE

Satellite maps with no labels.

Constant Value: 2
public static final int MAP_TYPE_TERRAIN

Terrain maps.

Constant Value: 3

 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…