Skip to content

Modules.Map.MapLocationTypeV2

Simple object used as an argument to setLocation.

Since: 3.1.0

Properties #

animate#

Type: Boolean

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

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

latitude#

Type: Number

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

latitudeDelta#

Type: Number

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

longitude#

Type: Number

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

longitudeDelta#

Type: Number

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

Titanium SDK Documentation