-
- All Implemented Interfaces:
public class MutableUserInterfaceConfiguration extends UserInterfaceConfiguration
-
-
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
setDistanceUnit(int arg)
Set distanceUnit. void
setPathDirectionThresholdInMeters(float arg)
Set pathDirectionThresholdInMeters. void
setMaxZoomScale(float arg)
Set maxZoomScale. void
setMinZoomScale(float arg)
Set minZoomScale. -
Methods inherited from class com.pointrlabs.core.configuration.UserInterfaceConfiguration
getAccuracyCircleStaticColor, getAccuracyCircleStaticColour, getDistanceUnit, getMaxZoomScale, getMaximumZoomLevel, getMinZoomScale, getMinimumZoomLevel, getPathColor, getPathDirectionThresholdInMeters, 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
-
-
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
-
setDistanceUnit
void setDistanceUnit(int arg)
Set distanceUnit. What type of units should be used for distance in the UI Default is 0
-
setPathDirectionThresholdInMeters
void setPathDirectionThresholdInMeters(float arg)
Set pathDirectionThresholdInMeters. Distance left to the next path direction, before we stop showing remaining Default is 5.0
-
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
-
-
-
-