C# Class DarkSkySharp.Geolocation

Simple class that wraps a longitude and latitude
Show file Open project: greymouser/DarkSkySharp Class Usage Examples

Public Methods

Method Description
Geolocation ( double lat = 42.3916667, double lon = -71.5666667 ) : System

Latitude in decimal degrees Longitude in decimal degrees

ToString ( ) : string

Method Details

Geolocation() public method

Latitude in decimal degrees Longitude in decimal degrees
public Geolocation ( double lat = 42.3916667, double lon = -71.5666667 ) : System
lat double
lon double
return System

ToString() public method

public ToString ( ) : string
return string