ReverseGeoCoord Class Reference

Inherits Coordinates.

Public Member Functions

double[] ToGeoJson ()
 Convert these Coordinates into a GeoJSON lon/lat pair. More...
 
bool Equals (Coordinates coords)
 
bool SameAs (Coordinates coordsB, double tolerance=1)
 Compare 2 coords are the same. More...
 

Properties

DataRegion Region[get, set]
 Gets or sets the region that the coordinates are in. More...
 
SpeedLimitOptions SpeedLimitOption[get, set]
 Get or sets posted speed limit options. More...
 
string Timestamp[get, set]
 Get or sets the date/time information for the coordinate used to determine whether the location will observe DST. This is optional and the current time will be used when not supplied. More...
 
string AssetId[get, set]
 Get or sets the asset id More...
 
string Lat[get, set]
 Gets or sets the latitude in decimal degrees or decimal degrees * 1E6 as a string. More...
 
string Lon[get, set]
 Gets or sets the longitude in decimal degrees or decimal degrees * 1E6 as a string. More...
 
string FormattedCoordinates[get]
 Gets the formatted Coordinates. More...
 

Detailed Description

Represents a set of geographic coordinates to reverse geocode.

Member Function Documentation

◆ ToGeoJson()

double [] ToGeoJson()
inherited

Convert these Coordinates into a GeoJSON lon/lat pair.

Returns

◆ SameAs()

bool SameAs(Coordinates coordsB,
double tolerance = 1 
)
inherited

Compare 2 coords are the same.

Parameters
coordsBCoords B
toleranceTolerance distance in feet.
Returns

Property Documentation

◆ Region

DataRegion Region
getset

Gets or sets the region that the coordinates are in.

◆ SpeedLimitOption

SpeedLimitOptions SpeedLimitOption
getset

Get or sets posted speed limit options.

◆ Timestamp

string Timestamp
getset

Get or sets the date/time information for the coordinate used to determine whether the location will observe DST. This is optional and the current time will be used when not supplied.

◆ AssetId

string AssetId
getset

Get or sets the asset id

◆ Lat

string Lat
getsetinherited

Gets or sets the latitude in decimal degrees or decimal degrees * 1E6 as a string.

◆ Lon

string Lon
getsetinherited

Gets or sets the longitude in decimal degrees or decimal degrees * 1E6 as a string.

◆ FormattedCoordinates

string FormattedCoordinates
getinherited

Gets the formatted Coordinates.

The formatted Coordinates.