-
- All Implemented Interfaces:
public class UserInterfaceConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description String
getAccuracyCircleStaticColor()
Get accuracyCircleStaticColor. String
getAccuracyCircleStaticColour()
Get accuracyCircleStaticColour. float
getDefaultLocationZoomLevel()
Get defaultLocationZoomLevel. int
getDistanceUnit()
Get distanceUnit. float
getMaxZoomScale()
Get maxZoomScale. float
getMaximumZoomLevel()
Get maximumZoomLevel. float
getMinZoomScale()
Get minZoomScale. float
getMinimumZoomLevel()
Get minimumZoomLevel. String
getPathColor()
Get pathColor. float
getPathDirectionThresholdInMeters()
Get pathDirectionThresholdInMeters. float
getPathWidth()
Get pathWidth. boolean
getShouldFocusOnFirstUserLocation()
Get shouldFocusOnFirstUserLocation. int
getAccessibilityAnnouncePeriodInSec()
Duration in seconds to repeat the same announcement, in accessibility mode. -
-
Method Detail
-
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
-
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
-
getAccessibilityAnnouncePeriodInSec
int getAccessibilityAnnouncePeriodInSec()
Duration in seconds to repeat the same announcement, in accessibility mode. Default is 10 sec
-
-
-
-