Class DefaultPlaceRequest

    • Constructor Detail

      • DefaultPlaceRequest

        public DefaultPlaceRequest()
      • DefaultPlaceRequest

        public DefaultPlaceRequest​(String identifier)
        Creates a place request for the given place ID.
        Parameters:
        identifier - The place ID, or an empty string for the default place.
      • DefaultPlaceRequest

        public DefaultPlaceRequest​(String identifier,
                                   Map<String,​String> parameters)
        Creates a place request for the given place ID with the given state parameters for that place.
        Parameters:
        identifier - The place ID, or an empty string for the default place.
        parameters - Place-specific parameters to pass to the place. Must not be null.
      • DefaultPlaceRequest

        public DefaultPlaceRequest​(String identifier,
                                   Map<String,​String> parameters,
                                   boolean updateLocationBar)
        Creates a place request for the given place ID, with the given state parameters for that place, and the given preference of whether or not the browser's location bar should be updated.
        Parameters:
        identifier - The place ID, or an empty string for the default place.
        parameters - Place-specific parameters to pass to the place. Must not be null.
        updateLocationBar - If true, the browser's history will be updated with this place request. If false, the location bar will not be modified as a result of this place request.