HereSDKMapFeature

@interface HereSDKMapFeature : NSObject <NSCopying>

Abstract class, use instances of subclasses HereSDKPolygon and HereSDKPolyline

  • Points that the feature consists of

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSArray<CLLocation *> *_Nonnull points;

    Swift

    var points: [CLLocation] { get }
  • The current style of the feature

    Declaration

    Objective-C

    @property (readonly, nonatomic) HereSDKFeatureStyle *_Nonnull style;

    Swift

    var style: HereSDKFeatureStyle { get }
  • Bounding box of the feature

    Declaration

    Objective-C

    @property (readonly, nonatomic) HereSDKMapRect boundingBox;

    Swift

    var boundingBox: HereSDKMapRect { get }