Interface LocationContext


  • public interface LocationContext
    • Method Detail

      • location

        Location location()
        Gets the physical location of the browser.
        Returns:
        A Location containing the location information. Returns null if the location is not available
      • setLocation

        void setLocation​(Location location)
        Sets the physical location.
        Parameters:
        location - A Location containing the new location information