RegeocodeQuery constructor

RegeocodeQuery({
  1. String? latLonType,
  2. String? poiType,
  3. LatLng? point,
  4. num? radius,
})

Implementation

RegeocodeQuery({
  this.latLonType,
  this.poiType,
  this.point,
  this.radius,
});