3#import <Foundation/Foundation.h>
26DEFAULT_EXPORT_ATTRIBUTE
32- (nonnull instancetype)initWithPoints:(nonnull NSArray<
NCGlobalPoint *> *)points
33 sublocationId:(nullable NSNumber *)sublocationId;
38+ (nonnull instancetype)locationPolylineWithPoints:(nonnull NSArray<
NCGlobalPoint *> *)points
39 sublocationId:(nullable NSNumber *)sublocationId;
46@property (nonatomic, readonly, nonnull) NSArray<NCGlobalPoint *> *
points;