Interface LocationContext


public interface LocationContext
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the physical location of the browser.
    void
    Sets the physical location.
  • Method Details

    • 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