RadarRouteGeometry
Objective-C
@interface RadarRouteGeometry : NSObject
Swift
class RadarRouteGeometry : NSObject
Represents the geometry of a route.
-
The geometry of the route.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSArray<RadarCoordinate *> *coordinates;
Swift
var coordinates: [RadarCoordinate]? { get }