Package 

Class UserInterfaceConfiguration

    • Constructor Detail

    • Method Detail

      • getPathWidth

         float getPathWidth()

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

      • getPathColor

        @NonNull() String getPathColor()

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

      • getMaximumZoomLevel

         float getMaximumZoomLevel()

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

      • getMinimumZoomLevel

         float getMinimumZoomLevel()

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

      • getAccuracyCircleStaticColour

        @NonNull() String getAccuracyCircleStaticColour()

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

      • 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

      • getDistanceUnit

         int getDistanceUnit()

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

      • getPathDirectionThresholdInMeters

         float getPathDirectionThresholdInMeters()

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

      • getAccuracyCircleStaticColor

        @NonNull() String getAccuracyCircleStaticColor()

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

      • getMaxZoomScale

         float getMaxZoomScale()

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

      • getMinZoomScale

         float getMinZoomScale()

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