SP.FieldGeolocationValue object
Represents altitude, latitude, longitude and measure values for a geolocation field.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.FieldGeolocationValue()
The FieldGeolocationValue object has the following members.
Constructor
The FieldGeolocationValue object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.FieldGeolocationValue object. |
Properties
The FieldGeolocationValue object has the following properties.
|
Property |
Description |
|---|---|
|
The user-defined altitude value for a geolocation field. |
|
|
The latitude value for a geolocation field. |
|
|
The longitude value for a geolocation field. |
|
|
The user-defined measure value for a geolocation field. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |