Package org.loboevolution.html.js.geolocation


package org.loboevolution.html.js.geolocation
  • Classes
    Class
    Description
    The CoordinatesImpl class provides Java implementation of the "CoordinatesImpl Interface" as detailed out in the W3C Specifications (...) Note: This class must not have any sub-classes to ensure W3C Specifications are being strictly followed by the system or application that uses this geolocation package.
    The Geolocation class provides Java implementation of the "Geolocation Interface" as detailed out in the W3C Specifications ( http://www.w3.org/TR/geolocation-API/#geolocation_interface).
    IPAddressBasedGeoAcquirer class.
    The Position class provides Java implementation of the "Position Interface" as detailed out in the W3C Specifications (...).
    The PositionError class provides a way to provide error when the position cannot be calculated due to any reason.
    The PositionOptions class provides a way for the application to set options that the Geolocation object can then use when calculating the position.