AppleMapsPointOfInterestCategories

data class AppleMapsPointOfInterestCategories(val excluding: List<AppleMapsPointOfInterestCategory>? = emptyList(), val including: List<AppleMapsPointOfInterestCategory>? = emptyList())

Configuration for Apple Maps points of interest categories.

Parameters

excluding

List of POI categories to exclude from the map

including

List of POI categories to include on the map (if specified, only these will be shown)

Constructors

Link copied to clipboard
constructor(excluding: List<AppleMapsPointOfInterestCategory>? = emptyList(), including: List<AppleMapsPointOfInterestCategory>? = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard