GeocodedWaypoint constructor

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

Implementation

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