-
- 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. int
getMapWidgetLocationDataTimeoutInSeconds()
Get mapWidgetLocationDataTimeoutInSeconds. int
getMapWidgetMapTilesTimeoutInSeconds()
Get mapWidgetMapTilesTimeoutInSeconds. int
getMapWidgetMapUrlTimeoutInSeconds()
Get mapWidgetMapUrlTimeoutInSeconds. int
getMapWidgetPathDataTimeoutInSeconds()
Get mapWidgetPathDataTimeoutInSeconds. int
getMapWidgetPoiDataTimeoutInSeconds()
Get mapWidgetPoiDataTimeoutInSeconds. int
getMapWidgetSiteDataTimeoutInSeconds()
Get mapWidgetSiteDataTimeoutInSeconds. 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. boolean
getDisableScreenDimDuringWayfinding()
Whether the screen should not be dimmed during wayfinding. boolean
getEnableDynamicMinimumZoomLevel()
If true, minimumZoomLevel is dynamically calculated to a value enough to see the whole site -
-
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
-
getMapWidgetLocationDataTimeoutInSeconds
int getMapWidgetLocationDataTimeoutInSeconds()
Get mapWidgetLocationDataTimeoutInSeconds. After how much time map widget will timeout waiting for location data (seconds). Default is 20
-
getMapWidgetMapTilesTimeoutInSeconds
int getMapWidgetMapTilesTimeoutInSeconds()
Get mapWidgetMapTilesTimeoutInSeconds. After how much time map widget will timeout waiting for map tiles (seconds). Default is 30
-
getMapWidgetMapUrlTimeoutInSeconds
int getMapWidgetMapUrlTimeoutInSeconds()
Get mapWidgetMapUrlTimeoutInSeconds. After how much time map widget will timeout waiting for map url (seconds). Default is 30
-
getMapWidgetPathDataTimeoutInSeconds
int getMapWidgetPathDataTimeoutInSeconds()
Get mapWidgetPathDataTimeoutInSeconds. After how much time map widget will timeout waiting for path data (seconds). Default is 30
-
getMapWidgetPoiDataTimeoutInSeconds
int getMapWidgetPoiDataTimeoutInSeconds()
Get mapWidgetPoiDataTimeoutInSeconds. After how much time map widget will timeout waiting for poi data (seconds). Default is 30
-
getMapWidgetSiteDataTimeoutInSeconds
int getMapWidgetSiteDataTimeoutInSeconds()
Get mapWidgetSiteDataTimeoutInSeconds. After how much time map widget will timeout waiting for site data (seconds). Default is 60
-
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
-
getDisableScreenDimDuringWayfinding
boolean getDisableScreenDimDuringWayfinding()
Whether the screen should not be dimmed during wayfinding. Default is true
-
getEnableDynamicMinimumZoomLevel
boolean getEnableDynamicMinimumZoomLevel()
If true, minimumZoomLevel is dynamically calculated to a value enough to see the whole site
-
-
-
-