C# Class CachingFramework.Redis.Contracts.GeoCoordinate

Mostra file Open project: thepirat000/CachingFramework.Redis Class Usage Examples

Public Methods

Method Description
GeoCoordinate ( double latitude, double longitude ) : System

Initializes a new instance of the GeoCoordinate class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

GeoCoordinate() public method

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

ToString() public method

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