◆ IpAddress
string FiftyOne.GeoLocation.Core.Data.GeoEvidence.IpAddress |
get
set
The IP address of the client.
\r\n
Data class containing evidence that can be used when determining location data.
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...
|
string FiftyOne.GeoLocation.Core.Data.GeoEvidence.IpAddress |
The IP address of the client.
string FiftyOne.GeoLocation.Core.Data.GeoEvidence.Latitude |
The latitude coordinate in floating point format and represented as a string.
string FiftyOne.GeoLocation.Core.Data.GeoEvidence.Longitude |
The longitude coordinate in floating point format and represented as a string.
int FiftyOne.GeoLocation.Core.Data.GeoEvidence.Zoom = 18 |
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