Modules.Map.MapRegionTypev2
Simple object representing a map location and zoom level.
Properties #
bearing#
Type: Number
The direction in which a vertical line on the map points, measured in degrees clockwise from north.
For more details, see Google Docs.
Cannot be used in conjunction with longitudeDelta or latitudeDelta
latitudeDelta#
Type: Number
The amount of north-to-south distance displayed on the map, measured in decimal degrees.
longitudeDelta#
Type: Number
The amount of east-to-west distance displayed on the map, measured in decimal degrees.
selectableMapFeatures#
Type: Array<Number>
The property that describes which selectable features the map responds to.
Pass one or more of Modules.Map.FEATURE_TERRITORIES, Modules.Map.FEATURE_PHYSICAL_FEATURES
or Modules.Map.FEATURE_TYPE_POINT_OF_INTEREST as an array to make these features selectable.
tilt#
Type: Number
The camera's position on an arc between directly over the map's center position and the surface of the Earth, measured in degrees from the nadir.
For more details, see Google Docs.
Cannot be used in conjunction with longitudeDelta or latitudeDelta
zoomLevel#
Type: Number
The zoom level of the map.
For more details, see Google Docs.
Cannot be used in conjunction with longitudeDelta or latitudeDelta