Class Location
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class Location
- Inheritance
-
Location
- Inherited Members
Properties
Latitude
[JsonProperty(PropertyName = "latitude")]
public string Latitude { get; set; }
Property Value
Longitude
[JsonProperty(PropertyName = "longitude")]
public string Longitude { get; set; }