Location
interface Location
Use LocationManager to get data based on user location
Types
Link copied to clipboard
interface NearbyPropertiesChangedListener
Listener for changes in nearby properties
Link copied to clipboard
Listener for position animation to show user position movement.
Link copied to clipboard
Listener for position change.
Link copied to clipboard
Listener to show/hide user position
Functions
Link copied to clipboard
abstract fun addNearbyPropertyChangeListener(listener: CoreApi.Location.NearbyPropertiesChangedListener): Boolean
Add listener for changes in nearby properties
Link copied to clipboard
abstract fun addPositionAnimationListener(listener: CoreApi.Location.PositionAnimationListener): Boolean
add listener to get position for animation purpose.
Link copied to clipboard
Get updates when user position changes
Link copied to clipboard
abstract fun addPositionVisibilityChange(listener: CoreApi.Location.PositionVisibilityListener): Boolean
add listener to get update about whether position should be visible or not
Link copied to clipboard
When enabled, if the user is in navigation mode and the blue dot is nearby the routing path, it will attempt to snap the blue dot to the routing path
Link copied to clipboard
Get a Zone where the user currently located.
Link copied to clipboard
get last known user position which may be null.
Link copied to clipboard
get last info about whether position should be visible or not.
Link copied to clipboard
Get list of nearby entities
Link copied to clipboard
Gets HashSet of nearby properties
Link copied to clipboard
Get a quick fuzzy location.
Link copied to clipboard
Get access to heading-related information and utilities
Link copied to clipboard
Link copied to clipboard
Checks if the user is currently located on the currently selected property.
Link copied to clipboard
abstract fun removeNearbyPropertyChangeListener(listener: CoreApi.Location.NearbyPropertiesChangedListener): Boolean
remove listener
Link copied to clipboard
abstract fun removePositionAnimationListener(listener: CoreApi.Location.PositionAnimationListener): Boolean
remove listener
Link copied to clipboard
abstract fun removePositionChangeListener(listener: CoreApi.Location.PositionChangeListener): Boolean
remove listener
Link copied to clipboard
abstract fun removePositionVisibilityChange(listener: CoreApi.Location.PositionVisibilityListener): Boolean
remove listener