MapModelResultsGeometryLocation constructor

MapModelResultsGeometryLocation({
  1. double? lat,
  2. double? lng,
})

Implementation

MapModelResultsGeometryLocation({
  this.lat,
  this.lng,
});