MatchedGeoLocation constructor
Returns a new MatchedGeoLocation instance.
Implementation
const MatchedGeoLocation({
this.lat,
this.lng,
this.distance,
});
Returns a new MatchedGeoLocation instance.
const MatchedGeoLocation({
this.lat,
this.lng,
this.distance,
});