C# Class SP.Maps.SPFieldGeolocationValue

Geolocation value
Afficher le fichier Open project: vgrem/Blog-content

Private Properties

Свойство Type Description
GetPointAsWellKnownText string
SetPointFromWellKnownText void

Méthodes publiques

Méthode Description
SPFieldGeolocationValue ( ) : System
SPFieldGeolocationValue ( double latitude, double longitude ) : System
SPFieldGeolocationValue ( string fieldValue ) : System
ToString ( ) : string

Private Methods

Méthode Description
GetPointAsWellKnownText ( ) : string
SetPointFromWellKnownText ( string value ) : void

Method Details

SPFieldGeolocationValue() public méthode

public SPFieldGeolocationValue ( ) : System
Résultat System

SPFieldGeolocationValue() public méthode

public SPFieldGeolocationValue ( double latitude, double longitude ) : System
latitude double
longitude double
Résultat System

SPFieldGeolocationValue() public méthode

public SPFieldGeolocationValue ( string fieldValue ) : System
fieldValue string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string