Location public class Location Documentation Code public double Latitude { get; set; } public double Longitude { get; set; } public string Name { get; set; } public static Location ByLatitudeAndLongitude(double latitude, double longitude, string name = null)