GpsCoordinates.FromJson Method (JObject)

Creates a new instance of the GpsCoordinates class using a JSON object.

Syntax

GpsCoordinates.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.GpsCoordinates A new instance of the GpsCoordinates class based on the JSON object’s data.