MPGeometry

@interface MPGeometry

Basic geometry class holding one or more coordinate sets

  • Array holding one or more coordinate sets (if so, the array will be an array of arrays)

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSArray *coordinates;

    Swift

    var coordinates: UnsafeMutablePointer