SPFieldGeolocationValue members
Represents the field value class for GeolocationField (geographical type for Point).
The SPFieldGeolocationValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFieldGeolocationValue() | Initializes a new instance of the SPFieldGeolocationValue class. |
![]() |
SPFieldGeolocationValue(String) | Initializes a new instance of the SPFieldGeolocationValue class based on the specified field value. |
![]() |
SPFieldGeolocationValue(Double, Double) | Initializes a new instance of the SPFieldGeolocationValue class with the latitude and longitude values. |
![]() |
SPFieldGeolocationValue(Double, Double, Double, Double) | Initializes a new instance of the SPFieldGeolocationValue class with the latitude, longitude, altitude, and measure values. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Altitude | Gets or sets the altitude value for the Geolocation field. |
![]() |
Latitude | Gets or sets the latitude value for the Geolocation field. |
![]() |
Longitude | Gets or sets the longitude value for the Geolocation field. |
![]() |
Measure | Gets or sets the measure value for the Geolocation field. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns the Geolocation value as Well-Known Text format. (Overrides Object.ToString().) |
Top