LocationContextDetectionEngine

public protocol LocationContextDetectionEngine : ManagableEngine

The LocationContextDetectionEngine protocol provides functionality related to information about a matched location.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Provides information related to the matched location.

    Declaration

    Swift

    func detectLocationContext(mapMatchedLocation: CLLocation) throws -> LocationContext

    Parameters

    mapMatchedLocation

    Location that has been matched with the road network.