GeocodedWaypoint constructor

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

Implementation

GeocodedWaypoint({
  required this.geocoderStatus,
  required this.placeId,
  this.types = const <String>[],
  this.partialMatch = false,
});