Parameter interface for MPBounds.

Export

MPBoundsParams

interface MPBoundsParams {
    northeast: MPPoint;
    southwest: MPPoint;
}

Properties

Properties

northeast: MPPoint

A point.

southwest: MPPoint

A point.

Generated using TypeDoc