Property | Type | Description | |
---|---|---|---|
GetPointAsWellKnownText | string | ||
SetPointFromWellKnownText | void |
Method | Description | |
---|---|---|
SPFieldGeolocationValue ( ) : System | ||
SPFieldGeolocationValue ( double latitude, double longitude ) : System | ||
SPFieldGeolocationValue ( string fieldValue ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetPointAsWellKnownText ( ) : string | ||
SetPointFromWellKnownText ( string value ) : void |
public SPFieldGeolocationValue ( double latitude, double longitude ) : System | ||
latitude | double | |
longitude | double | |
return | System |
public SPFieldGeolocationValue ( string fieldValue ) : System | ||
fieldValue | string | |
return | System |