MapRegionTypev2

Simple object representing a map location and zoom level.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

MapRegionTypev2
bearing : Number

The direction in which a vertical line on the map points, measured in degrees clockwise from north.

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

  • 3.2.3
MapRegionTypev2
latitude : Number

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

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

MapRegionTypev2
latitudeDelta : Number

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

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

MapRegionTypev2
longitude : Number

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

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

MapRegionTypev2
longitudeDelta : Number

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

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

MapRegionTypev2
: Number
The camera's position on an arc between directly over the map's center position and the surface of the Earth, measure...

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

  • 3.2.3
MapRegionTypev2
zoom : Number

The zoom level of the map.

The zoom level of the map.

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

  • 3.2.3