GeocoderGeometry constructor

GeocoderGeometry({
  1. String? type,
  2. List<double>? coordinates,
  3. bool? interpolated,
  4. bool? omitted,
})

Implementation

GeocoderGeometry({
  this.type,
  this.coordinates,
  this.interpolated,
  this.omitted,
});