Contents

mapTemplateShouldProvideNavigationMetadata(_:)

Asks the delegate whether the template should provide navigation metadata

Declaration

optional func mapTemplateShouldProvideNavigationMetadata(_ mapTemplate: CPMapTemplate) -> Bool

Parameters

  • mapTemplate:

    The current map template.

Discussion

  • Returns true if the template needs to provide navigation metadata, otherwise false.

See Also

Handling Navigation Events