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