scheme constant

PositionScheme const scheme

A position scheme that creates Geographic and GeoBox instances for positions and bounding boxes.

These instances can be used to store geographic positions and boxes.

Implementation

static const scheme =
    PositionScheme(position: Geographic.create, box: GeoBox.create);