\r\n

51Degrees Geo-Location .NET  4.4

Geo-location services for 51Degrees Pipeline

FiftyOne.GeoLocation.Core.Data.GeoEvidence Class Reference

Detailed Description

Data class containing evidence that can be used when determining location data.

Properties

string  Latitude [get, set]
The latitude coordinate in floating point format and represented as a string. More...
string  Longitude [get, set]
The longitude coordinate in floating point format and represented as a string. More...
string  IpAddress [get, set]
The IP address of the client. More...
int  Zoom = 18 [get, set]
The level of detail required by the caller. More...

Property Documentation

◆ IpAddress

string FiftyOne.GeoLocation.Core.Data.GeoEvidence.IpAddress
get set

The IP address of the client.

◆ Latitude

string FiftyOne.GeoLocation.Core.Data.GeoEvidence.Latitude
get set

The latitude coordinate in floating point format and represented as a string.

◆ Longitude

string FiftyOne.GeoLocation.Core.Data.GeoEvidence.Longitude
get set

The longitude coordinate in floating point format and represented as a string.

◆ Zoom

int FiftyOne.GeoLocation.Core.Data.GeoEvidence.Zoom = 18
get set

The level of detail required by the caller.

For example, if only 'country' is needed, the zoom level can be set to 3, decreasing the amount of time that the query takes. For more detail on zoom levels, see the 'setZoom' method in the Nominatim API