Map3DMode

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


Determines the mode of the 3D map view.

Summary

Constants

const Int
HYBRID = 1

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

const Int

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

Constants

HYBRID

const val HYBRID = 1: Int

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

SATELLITE

const val SATELLITE = 2: Int

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