-
- All Implemented Interfaces:
public class UserInterfaceConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description int
getAccessibilityAnnouncePeriodInSec()
Get accessibilityAnnouncePeriodInSec. String
getAccuracyCircleStaticColor()
Get accuracyCircleStaticColor. String
getAccuracyCircleStaticColour()
Get accuracyCircleStaticColour. float
getDefaultLocationZoomLevel()
Get defaultLocationZoomLevel. int
getDistanceUnit()
Get distanceUnit. float
getFlyOverAnimationDuration()
Get flyOverAnimationDuration. float
getFlyOverAnimationHeading()
Get flyOverAnimationHeading. boolean
getIsSearchCategoriesEnabled()
Get isSearchCategoriesEnabled. 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. -
-
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
-
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
-
-
-
-