@interface _MNMapPointWithIndex : NSObject @property (nonatomic) struct Matrix { double _e[2]; } point; @property (nonatomic) unsigned long long index; @property (nonatomic) BOOL isStartOfSegment; @property (nonatomic) BOOL isPolylineA; @property (nonatomic) BOOL isFlipped; @property (nonatomic) struct LineSegment { struct Matrix { double _e[2]; } _origin; struct Matrix { double _e[2]; } _direction; } segment; - (id).cxx_construct; @end