Map3DMode

@Retention(value = RetentionPolicy.SOURCE)
@IntDef(value = [Map3DMode.HYBRID, Map3DMode.SATELLITE])
public annotation Map3DMode


Determines the mode of the 3D map view.

Summary

Constants

static final int
HYBRID = 1

This map mode displays a transparent layer of major streets on satellite, or photorealistic imagery.

static final int

This map mode displays satellite, or photorealistic imagery where available.

Constants

HYBRID

public static final int HYBRID = 1

This map mode displays a transparent layer of major streets on satellite, or photorealistic imagery.

SATELLITE

public static final int SATELLITE = 2

This map mode displays satellite, or photorealistic imagery where available.