MapLocationTypeV2

Simple object used as an argument to setLocation.

  • 3.1.0
  • 3.1.0
  • 3.1.0

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

Defined By

Properties

MapLocationTypeV2
animate : Boolean

Set to true to animate the move to the new location.

Set to true to animate the move to the new location.

If not set, the value of animate will be used.

MapLocationTypeV2
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.

MapLocationTypeV2
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.

MapLocationTypeV2
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.

MapLocationTypeV2
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.