Classes
The following classes are available globally.
-
An interactive, customizable map view with an interface similar to the one provided by Apple’s MapKit.
Using
See moreMQMapView
, you can embed the map inside a view, allow users to manipulate it with standard gestures, animate the map between different viewpoints, and present information in the form of annotations and overlays.Declaration
Objective-C
@interface MQMapView
Swift
class MQMapView
-
This class represents traffic camera annotations on the map
See moreDeclaration
Objective-C
@interface MQTrafficCameraAnnotation : NSObject
Swift
class MQTrafficCameraAnnotation : NSObject
-
This class represents traffic flow annotations on the map
See moreDeclaration
Objective-C
@interface MQTrafficFlowAnnotation
Swift
class MQTrafficFlowAnnotation
-
This class represents traffic incident annotations
See moreDeclaration
Objective-C
@interface MQTrafficIncidentAnnotation : NSObject
Swift
class MQTrafficIncidentAnnotation : NSObject