Свойство | Type | Description | |
---|---|---|---|
GetPointAsWellKnownText | string | ||
SetPointFromWellKnownText | void |
Méthode | Description | |
---|---|---|
SPFieldGeolocationValue ( ) : System | ||
SPFieldGeolocationValue ( double latitude, double longitude ) : System | ||
SPFieldGeolocationValue ( string fieldValue ) : System | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
GetPointAsWellKnownText ( ) : string | ||
SetPointFromWellKnownText ( string value ) : void |
public SPFieldGeolocationValue ( ) : System | ||
Résultat | System |
public SPFieldGeolocationValue ( double latitude, double longitude ) : System | ||
latitude | double | |
longitude | double | |
Résultat | System |
public SPFieldGeolocationValue ( string fieldValue ) : System | ||
fieldValue | string | |
Résultat | System |