C# Class DarkSkySharp.Geolocation

Simple class that wraps a longitude and latitude
Afficher le fichier Open project: greymouser/DarkSkySharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string