\r\n

51Degrees Geo-Location Java  4.4

Geo-location services for 51Degrees Pipeline

fiftyone.geolocation.core.GeoEngineHelper.GeoLookupResult Class Reference

Detailed Description

The result of a call to performGeoLookup.

Collaboration diagram for fiftyone.geolocation.core.GeoEngineHelper.GeoLookupResult:

[legend]

Public Attributes

String  geoServiceResponse
The raw string response from the geo-location web service. More...
JavaScript  clientsideEvidenceJS
A JavaScript instance containing the JavaScript to run on the client device in order to supply the evidence required by the geo-location service. More...

Member Data Documentation

◆ clientsideEvidenceJS

JavaScript fiftyone.geolocation.core.GeoEngineHelper.GeoLookupResult.clientsideEvidenceJS

A JavaScript instance containing the JavaScript to run on the client device in order to supply the evidence required by the geo-location service.

This is only populated if the required evidence is not available in the FlowData.

◆ geoServiceResponse

String fiftyone.geolocation.core.GeoEngineHelper.GeoLookupResult.geoServiceResponse

The raw string response from the geo-location web service.

If the FlowData does not contain the required evidence then the clientsideEvidenceJS property will be populated instead.