# MapLocationTypeV2

Simple object used as an argument to setLocation.

Availability
3.1.0
3.1.0
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

# animate

Availability
3.1.0
3.1.0
9.2.0
animate :Boolean

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

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


# latitude

Availability
3.1.0
3.1.0
9.2.0
latitude :Number

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


# latitudeDelta

Availability
3.1.0
3.1.0
9.2.0
latitudeDelta :Number

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


# longitude

Availability
3.1.0
3.1.0
9.2.0
longitude :Number

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


# longitudeDelta

Availability
3.1.0
3.1.0
9.2.0
longitudeDelta :Number

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