Package fiftyone.geolocation.core
Class GeoEngineHelper.GeoLookupResult
- java.lang.Object
-
- fiftyone.geolocation.core.GeoEngineHelper.GeoLookupResult
-
- Enclosing class:
- GeoEngineHelper
public static class GeoEngineHelper.GeoLookupResult extends java.lang.ObjectThe result of a call to performGeoLookup.
-
-
Field Summary
Fields Modifier and Type Field Description fiftyone.pipeline.core.data.types.JavaScriptclientsideEvidenceJSA JavaScript instance containing the JavaScript to run on the client device in order to supply the evidence required by the geo-location service.java.lang.StringgeoServiceResponseThe raw string response from the geo-location web service.
-
Constructor Summary
Constructors Constructor Description GeoLookupResult()
-
-
-
Field Detail
-
geoServiceResponse
public java.lang.String 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.
-
clientsideEvidenceJS
public fiftyone.pipeline.core.data.types.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. This is only populated if the required evidence is not available in the FlowData.
-
-