FeedbackGeoCoordinates constructor

FeedbackGeoCoordinates({
  1. double? elevation,
  2. Point? point,
})

Returns a new FeedbackGeoCoordinates instance.

Implementation

FeedbackGeoCoordinates({
  this.elevation,
  this.point,
});