C# Class SP.Maps.SPFieldGeolocationValue

Geolocation value
Mostrar archivo Open project: vgrem/Blog-content

Private Properties

Property Type Description
GetPointAsWellKnownText string
SetPointFromWellKnownText void

Public Methods

Method Description
SPFieldGeolocationValue ( ) : System
SPFieldGeolocationValue ( double latitude, double longitude ) : System
SPFieldGeolocationValue ( string fieldValue ) : System
ToString ( ) : string

Private Methods

Method Description
GetPointAsWellKnownText ( ) : string
SetPointFromWellKnownText ( string value ) : void

Method Details

SPFieldGeolocationValue() public method

public SPFieldGeolocationValue ( ) : System
return System

SPFieldGeolocationValue() public method

public SPFieldGeolocationValue ( double latitude, double longitude ) : System
latitude double
longitude double
return System

SPFieldGeolocationValue() public method

public SPFieldGeolocationValue ( string fieldValue ) : System
fieldValue string
return System

ToString() public method

public ToString ( ) : string
return string