HereSDKDemandVerticalsCoverageRequest
@interface HereSDKDemandVerticalsCoverageRequest : NSObjectA Class for requesting verticals (transit types) coverage.
- 
                  
                  The coordinates of the location, where we will get the coverage response. DeclarationObjective-C @property (readonly, atomic) CLLocationCoordinate2D coordinate;Swift var coordinate: CLLocationCoordinate2D { get }
- 
                  
                  Creates a verticals coverage request DeclarationObjective-C + (nonnull instancetype)verticalsCoverageRequestWithCoordinate: (CLLocationCoordinate2D)coordinate;Swift convenience init(coordinate: CLLocationCoordinate2D)ParameterscoordinateThe coordinates of the location, where we will get the coverage response. 
 HereSDKDemandVerticalsCoverageRequest Class Reference
      HereSDKDemandVerticalsCoverageRequest Class Reference