C# 클래스 SP.Maps.SPFieldGeolocationValue

Geolocation value
파일 보기 프로젝트 열기: vgrem/Blog-content

Private Properties

프로퍼티 타입 설명
GetPointAsWellKnownText string
SetPointFromWellKnownText void

공개 메소드들

메소드 설명
SPFieldGeolocationValue ( ) : System
SPFieldGeolocationValue ( double latitude, double longitude ) : System
SPFieldGeolocationValue ( string fieldValue ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetPointAsWellKnownText ( ) : string
SetPointFromWellKnownText ( string value ) : void

메소드 상세

SPFieldGeolocationValue() 공개 메소드

public SPFieldGeolocationValue ( ) : System
리턴 System

SPFieldGeolocationValue() 공개 메소드

public SPFieldGeolocationValue ( double latitude, double longitude ) : System
latitude double
longitude double
리턴 System

SPFieldGeolocationValue() 공개 메소드

public SPFieldGeolocationValue ( string fieldValue ) : System
fieldValue string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string