Class GeoLocationRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeoLocationRequest
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    5.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoLocationRequest​(double latitude, double longitude)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()
      Check whether the geolocation contains enough data to proceed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeoLocationRequest

        public GeoLocationRequest​(double latitude,
                                  double longitude)
    • Method Detail

      • isValid

        public boolean isValid()
        Check whether the geolocation contains enough data to proceed.
        Returns:
        true/false