C# 클래스 CachingFramework.Redis.Contracts.GeoCoordinate

파일 보기 프로젝트 열기: thepirat000/CachingFramework.Redis 1 사용 예제들

공개 메소드들

메소드 설명
GeoCoordinate ( double latitude, double longitude ) : System

Initializes a new instance of the GeoCoordinate class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

GeoCoordinate() 공개 메소드

Initializes a new instance of the GeoCoordinate class.
public GeoCoordinate ( double latitude, double longitude ) : System
latitude double The latitude.
longitude double The longitude.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string