# MapRegionTypev2

Simple object representing a map location and zoom level.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# bearing

Availability
3.2.3
bearing :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


# latitude

Availability
0.8
0.8
9.2.0
latitude :Number

Latitude value for the center point of the map, in decimal degrees.


# latitudeDelta

Availability
0.8
0.8
9.2.0
latitudeDelta :Number

The amount of north-to-south distance displayed on the map, measured in decimal degrees.


# longitude

Availability
0.8
0.8
9.2.0
longitude :Number

Longitude value for the center point of the map, in decimal degrees.


# longitudeDelta

Availability
0.8
0.8
9.2.0
longitudeDelta :Number

The amount of east-to-west distance displayed on the map, measured in decimal degrees.


# selectableMapFeatures

Availability
12.0.0
12.0.0
selectableMapFeatures :Array<Number>

The property that describes which selectable features the map responds to.

Pass one or more of FEATURE_TERRITORIES, FEATURE_PHYSICAL_FEATURES or FEATURE_TYPE_POINT_OF_INTEREST as an array to make these features selectable.


# tilt

Availability
3.2.3
tilt :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

Availability
5.0.2
zoomLevel :Number

The zoom level of the map.

For more details, see Google Docs. Cannot be used in conjunction with longitudeDelta or latitudeDelta