Position constructor

Position(
  1. GeoPoint coordinates,
  2. double altitude
)

Implementation

Position(this.coordinates, this.altitude);