Class IcefacesProperties.Ace

    • Constructor Detail

      • Ace

        public Ace()
    • Method Detail

      • getGmapVersion

        public String getGmapVersion()
        This affects the Google Maps API version used with the ace:gMap component and its subcomponents. By default, the edge version is fetched from Google servers (which is 3.18 at the end of 2014). Google Maps allows developers to use previous, more stable versions of the API, if desired. This can be configured in ICEfaces with this context parameter, as shown below.
        Since:
        ICEfaces 4.0
      • setGmapVersion

        public void setGmapVersion​(String gmapVersion)
        This affects the Google Maps API version used with the ace:gMap component and its subcomponents. By default, the edge version is fetched from Google servers (which is 3.18 at the end of 2014). Google Maps allows developers to use previous, more stable versions of the API, if desired. This can be configured in ICEfaces with this context parameter, as shown below.
        Since:
        ICEfaces 4.0
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object