SITNavigationFilter

Objective-C

@interface SITNavigationFilter : NSObject

Swift

class SITNavigationFilter : NSObject

Class to define destination resctricitions to method navigateTo:accessibilityMode from SITMapViewController

  • Create a SITNavigationFilter to navigate to the closest POI of a given category. This is the designated initializer for navigating to a POI based on its category identifier.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithPoiCategoryIdentifier:
        (nonnull NSString *)poiCategoryIdentifier;

    Swift

    init(poiCategoryIdentifier: String)

    Parameters

    poiCategoryIdentifier

    The identifier of the POI category to navigate to.