ARPointOfInterestManager
A point of interest manager that renders points of interest in the AR scene.
Properties
Link copied to clipboard
Whether every POI is scaled with its distance to the camera so it keeps a constant apparent size on screen.
Link copied to clipboard
Link copied to clipboard
Whether every POI continuously rotates to face the camera.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the ratio applied to every POI's distance to the camera when isFixedSize is enabled, controlling its apparent on-screen size.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun sortPoisByDuration(origin: Coordinate, pois: List<PointOfInterest>): List<PointOfInterestWithItineraryInfo>
Link copied to clipboard
abstract suspend fun sortPoisByGraphDistance(origin: Coordinate, pois: List<PointOfInterest>): List<PointOfInterestWithItineraryInfo>
Link copied to clipboard
Link copied to clipboard