Package-level declarations

Types

Link copied to clipboard
data class CoordinateWithItineraryInfo(val coordinate: Coordinate, val itineraryInfo: ItineraryInfo?)

Associates a Coordinate with the itinerary information computed toward it.

Link copied to clipboard

Manages the Points of Interest displayed by the SDK — their visibility, selection, filtering and sorting.

Link copied to clipboard

A snapshot of a single change to the set of selected Points of Interest.

Link copied to clipboard
data class PointOfInterestWithItineraryInfo(val pointOfInterest: PointOfInterest, val itineraryInfo: ItineraryInfo?)

Associates a PointOfInterest with the itinerary information computed toward it.

Link copied to clipboard

Determines how many Points of Interest can be selected at once.

Link copied to clipboard

Controls how multiple tags are matched when filtering Points of Interest.