Package 

Class UserInterfaceConfiguration

    • Constructor Detail

    • Method Detail

      • getAccessibilityAnnouncePeriodInSec

         int getAccessibilityAnnouncePeriodInSec()

        Get accessibilityAnnouncePeriodInSec. Duration in seconds to repeat the same announcements, in accessibility mode. Default is 10

      • getAccuracyCircleStaticColor

        @NonNull() String getAccuracyCircleStaticColor()

        Get accuracyCircleStaticColor. The color used for the accuracy circle drawn around the user pin in HEX Default is "007AFF"

      • getAccuracyCircleStaticColour

        @NonNull() String getAccuracyCircleStaticColour()

        Get accuracyCircleStaticColour. The color used for the accuracy circle drawn around the user pin in HEX Default is "007AFF"

      • getDefaultLocationZoomLevel

         float getDefaultLocationZoomLevel()

        Get defaultLocationZoomLevel. Default zoom level to use while focusing to any location. Default is 19.0

      • getDistanceUnit

         int getDistanceUnit()

        Get distanceUnit. What type of units should be used for distance in the UI Default is 0

      • getFlyOverAnimationDuration

         float getFlyOverAnimationDuration()

        Get flyOverAnimationDuration. Duration in seconds it takes to do the loading fly over animation. Default is 3.0

      • getFlyOverAnimationHeading

         float getFlyOverAnimationHeading()

        Get flyOverAnimationHeading. Heading of the map at the end of the fy over animation. Default is 0.0

      • getIsSearchCategoriesEnabled

         boolean getIsSearchCategoriesEnabled()

        Get isSearchCategoriesEnabled. If whether the categories search UI is enabled. Default is true

      • getMapWidgetLocationDataTimeoutInSeconds

         int getMapWidgetLocationDataTimeoutInSeconds()

        Get mapWidgetLocationDataTimeoutInSeconds. After how much time map widget will timeout waiting for location data (seconds). Default is 20

      • getMapWidgetMapTilesTimeoutInSeconds

         int getMapWidgetMapTilesTimeoutInSeconds()

        Get mapWidgetMapTilesTimeoutInSeconds. After how much time map widget will timeout waiting for map tiles (seconds). Default is 30

      • getMapWidgetMapUrlTimeoutInSeconds

         int getMapWidgetMapUrlTimeoutInSeconds()

        Get mapWidgetMapUrlTimeoutInSeconds. After how much time map widget will timeout waiting for map url (seconds). Default is 30

      • getMapWidgetPathDataTimeoutInSeconds

         int getMapWidgetPathDataTimeoutInSeconds()

        Get mapWidgetPathDataTimeoutInSeconds. After how much time map widget will timeout waiting for path data (seconds). Default is 30

      • getMapWidgetPoiDataTimeoutInSeconds

         int getMapWidgetPoiDataTimeoutInSeconds()

        Get mapWidgetPoiDataTimeoutInSeconds. After how much time map widget will timeout waiting for poi data (seconds). Default is 30

      • getMapWidgetSiteDataTimeoutInSeconds

         int getMapWidgetSiteDataTimeoutInSeconds()

        Get mapWidgetSiteDataTimeoutInSeconds. After how much time map widget will timeout waiting for site data (seconds). Default is 60

      • getMaxZoomScale

         float getMaxZoomScale()

        Get maxZoomScale. Maximum zoom level allowed for the map Default is 21.0

      • getMaximumZoomLevel

         float getMaximumZoomLevel()

        Get maximumZoomLevel. Maximum zoom level allowed for the map Default is 21.0

      • getMinZoomScale

         float getMinZoomScale()

        Get minZoomScale. Minimum zoom level allowed for the map Default is 16.0

      • getMinimumZoomLevel

         float getMinimumZoomLevel()

        Get minimumZoomLevel. Minimum zoom level allowed for the map Default is 16.0

      • getPathColor

        @NonNull() String getPathColor()

        Get pathColor. The color of the displayed path in HEX format Default is "0080FF"

      • getPathDirectionThresholdInMeters

         float getPathDirectionThresholdInMeters()

        Get pathDirectionThresholdInMeters. Distance left to the next path direction, before we stop showing remaining Default is 5.0

      • getPathWidth

         float getPathWidth()

        Get pathWidth. The width of the displayed path in points Default is 8.0

      • getShouldFocusOnFirstUserLocation

         boolean getShouldFocusOnFirstUserLocation()

        Get shouldFocusOnFirstUserLocation. If this parameter is true, then the map will focus on the user location when it first becomes available even if the user is browsing a different building Default is true