GeocodedWaypoint constructor

const GeocodedWaypoint({
  1. String? geocoderStatus,
  2. bool? partialMatch,
  3. String? placeId,
  4. List<String?>? types,
})

Implementation

const GeocodedWaypoint({
  this.geocoderStatus,
  this.partialMatch,
  this.placeId,
  this.types,
});