StandardPOIsFeature extension
A point of interest.
Use the StandardPOIs()
descriptor to handle interactions on Poi features:
mapboxMap.addInteraction(TapInteraction(StandardPOIs(), (feature, context) {
// Handle the tapped feature here
}));
Properties
- airportRef → String?
-
Available on TypedFeaturesetFeature<
A short identifier code of the airport. Expected to be null for non-airport points of interestStandardPOIs> , provided by the StandardPOIsFeature extensionno setter - category → String?
-
Available on TypedFeaturesetFeature<
A broad category of point of interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - coordinate → Point?
-
Available on TypedFeaturesetFeature<
The coordinate of the Point of Interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - group → String?
-
Available on TypedFeaturesetFeature<
A high-level point of interest category like airport, transit, etc.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - maki → String?
-
Available on TypedFeaturesetFeature<
An icon identifier, designed to assign icons using the Maki icon project or other icons that follow the same naming scheme.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - name → String?
-
Available on TypedFeaturesetFeature<
Name of the point of interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - stateSnapshot → StandardPOIsState
-
Available on TypedFeaturesetFeature<
A feature state.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - transitMode → String?
-
Available on TypedFeaturesetFeature<
Mode of transport served by a stop/station. Expected to be null for non-transit points of interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - transitNetwork → String?
-
Available on TypedFeaturesetFeature<
A rail station network identifier that is part of specific local or regional transit systems. Expected to be null for non-transit points of interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter - transitStopType → String?
-
Available on TypedFeaturesetFeature<
A type of transit stop. Expected to be null for non-transit points of interest.StandardPOIs> , provided by the StandardPOIsFeature extensionno setter