project method

  1. @override
Geographic project(
  1. Projection projection
)
override

Unprojects this projected position to a geographic position using the inverse projection.

Implementation

@override
Geographic project(Projection projection) =>
    projection.project(this, to: Geographic.create);