Other Classes

The following classes are available globally.

  • Opaque POI filtering criteria container that can be passed to map content APIs. Instances are intended to be created by dedicated builders, such as EVPoiFilterCriteriaBuilder.

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    Declaration

    Swift

    public class PoiFilterCriteria
    extension PoiFilterCriteria: NativeBase
    extension PoiFilterCriteria: Hashable
  • Builder for EV POI filtering criteria.

    For all list-based filter methods, an empty list means accept all.

    Filtering takes effect only when the corresponding EV charging station POI categories are enabled.

    • Charging station for cars: 700-7600-0322 (required when filtering for cars)
    • Charging station for trucks: 700-7600-0323 (required when filtering for trucks)

    POI category visibility can be controlled using MapContentSettings.setPoiCategoriesVisibility.

    Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

    See more

    Declaration

    Swift

    public class EVPoiFilterCriteriaBuilder
    extension EVPoiFilterCriteriaBuilder: NativeBase
    extension EVPoiFilterCriteriaBuilder: Hashable