GeoPath constructor

GeoPath(
  1. Projection projection
)

Creates a GeoPath with the given projection.

Implementation

GeoPath(this.projection);