Table of Contents

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

string

Longitude

[JsonProperty(PropertyName = "longitude")]
public string Longitude { get; set; }

Property Value

string