SPFieldGeolocationValue constructor
Overload list
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