Package 

Class MutableUserInterfaceConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setPathWidth(float arg) Set pathWidth.
      void setPathColor(@NonNull() String arg) Set pathColor.
      void setMaximumZoomLevel(float arg) Set maximumZoomLevel.
      void setMinimumZoomLevel(float arg) Set minimumZoomLevel.
      void setShouldFocusOnFirstUserLocation(boolean arg) Set shouldFocusOnFirstUserLocation.
      void setMaxZoomScale(float arg) Set maxZoomScale.
      void setMinZoomScale(float arg) Set minZoomScale.
      • Methods inherited from class com.pointrlabs.core.configuration.UserInterfaceConfiguration

        getAccuracyCircleStaticColor, getAccuracyCircleStaticColour, getMaxZoomScale, getMaximumZoomLevel, getMinZoomScale, getMinimumZoomLevel, getPathColor, getPathWidth, getShouldFocusOnFirstUserLocation
      • Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection

        isValid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setPathWidth

         void setPathWidth(float arg)

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

      • setPathColor

         void setPathColor(@NonNull() String arg)

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

      • setMaximumZoomLevel

         void setMaximumZoomLevel(float arg)

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

      • setMinimumZoomLevel

         void setMinimumZoomLevel(float arg)

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

      • setShouldFocusOnFirstUserLocation

         void setShouldFocusOnFirstUserLocation(boolean arg)

        Set 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

      • setMaxZoomScale

         void setMaxZoomScale(float arg)

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

      • setMinZoomScale

         void setMinZoomScale(float arg)

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