GpsCoordinates Class

Stores the GPS coordinates at which a media was created.

Constructors

Name Description
GpsCoordinates(float, float) Creates a new instance of the GpsCoordinates class.

Properties

Name Type Description
Latitude System.Single Latitude at which the file was created.
Longitude System.Single Longitude at which the file was created.

Methods

Name Description
GpsCoordinates.FromJson(JObject) Creates a new instance of the GpsCoordinates class using a JSON object.
GpsCoordinates.ToString() Returns a string containing all of the class’ properties.