Location
The Location's latitude in degrees between -90.0 and 90.0
The Location's Longitude in degrees between -180.0 and 180.0
Gets the name value from a location
public static Location ByLatitudeAndLongitude(double latitude, double longitude, string name = null)
Create a Location object by specifying a latitude and a longitude.