GeoPointWrapper<T extends GeoPoint> constructor

const GeoPointWrapper<T extends GeoPoint>(
  1. T point
)

Creates a geographic position by wrapping point.

Implementation

const GeoPointWrapper(super.point);