DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.0.0-beta6715" />

 Location

public class Location
public double Latitude { get; set; }

The Location's latitude in degrees between -90.0 and 90.0

public double Longitude { get; set; }

The Location's Longitude in degrees between -180.0 and 180.0

public string Name { get; set; }

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.