SP.FieldGeolocationValue object

Represents altitude, latitude, longitude and measure values for a geolocation field.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.FieldGeolocationValue()

Members

The FieldGeolocationValue object has the following members.

Constructor

The FieldGeolocationValue object has the following constructor.

Constructor

Description

FieldGeolocationValue

Initializes a new instance of the SP.FieldGeolocationValue object.

Properties

The FieldGeolocationValue object has the following properties.

Property

Description

altitude

The user-defined altitude value for a geolocation field.

latitude

The latitude value for a geolocation field.

longitude

The longitude value for a geolocation field.

measure

The user-defined measure value for a geolocation field.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.