Interface GeolocationConfiguration

  • All Known Implementing Classes:
    DefaultGeolocationConfiguration

    public interface GeolocationConfiguration
    Interface for the configuration of the map component.
    • Method Detail

      • getTileServerUrl

        java.lang.String getTileServerUrl()
        Returns the tile server url. See http://leafletjs.com/reference.html#tilelayer for more details.
        Returns:
        the tile server url
      • getOptions

        java.util.Map<java.lang.String,​java.lang.String> getOptions()
        Returns the layer options for the tile layer. The options should contain a 'attribution' tile layer option to honor the contributors appropriate. See http://leafletjs.com/reference.html#tilelayer-options for more details.
        Returns:
        the layer options for the tile layer