AWFMKPolyline

@interface AWFMKPolyline : MKPolyline <AWFPolyline, AWFStyledMapItem>

An AWFMKPolyline object is an instance of MKPolyline that represents a stylable polyline that is added to a map view.

  • The group identifier for the polygon. This controls which style is used when multiple styles are available for a single layer source type.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable) NSString *identifier;

    Swift

    var identifier: String? { get set }
  • The model object that is represented by the polyline.

    Declaration

    Objective-C

    @property (readonly, nonatomic, strong, nullable) AWFWeatherObject *modelObject

    Swift

    var modelObject: UnsafeMutablePointer<Int32>? { get }