# MapRegionTypev2
Simple object representing a map location and zoom level.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# bearing
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
The amount of north-to-south distance displayed on the map, measured in decimal degrees.
# longitudeDelta
The amount of east-to-west distance displayed on the map, measured in decimal degrees.
# tilt
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
The zoom level of the map.
For more details, see Google Docs. Cannot be used in conjunction with longitudeDelta or latitudeDelta