Class GeoEngineHelper.GeoLookupResult

  • Enclosing class:
    GeoEngineHelper

    public static class GeoEngineHelper.GeoLookupResult
    extends java.lang.Object
    The result of a call to performGeoLookup.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
      java.lang.String geoServiceResponse
      The raw string response from the geo-location web service.
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoLookupResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • GeoLookupResult

        public GeoLookupResult()