HereSDKDemandVerticalsCoverageRequest

@interface HereSDKDemandVerticalsCoverageRequest : NSObject

A Class for requesting verticals (transit types) coverage.

  • The coordinates of the location, where we will get the coverage response.

    Declaration

    Objective-C

    @property (readonly, atomic) CLLocationCoordinate2D coordinate;

    Swift

    var coordinate: CLLocationCoordinate2D { get }
  • Creates a verticals coverage request

    Declaration

    Objective-C

    + (nonnull instancetype)verticalsCoverageRequestWithCoordinate:
        (CLLocationCoordinate2D)coordinate;

    Swift

    convenience init(coordinate: CLLocationCoordinate2D)

    Parameters

    coordinate

    The coordinates of the location, where we will get the coverage response.