C# 클래스 Engage.Dnn.Locator.JavaScript.Location

A JSON-friendly representation of a location
파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Latitude double?
Longitude double?

공개 메소드들

메소드 설명
Location ( double latitude, double longitude, string address )

Initializes a new instance of the Location struct.

메소드 상세

Location() 공개 메소드

Initializes a new instance of the Location struct.
public Location ( double latitude, double longitude, string address )
latitude double The latitude of the location.
longitude double The longitude of the location.
address string The address of the location.

프로퍼티 상세

Address 공개적으로 프로퍼티

The address of this location
public string Address
리턴 string

Latitude 공개적으로 프로퍼티

The latitude of this location
public double? Latitude
리턴 double?

Longitude 공개적으로 프로퍼티

The longitude of this location
public double? Longitude
리턴 double?