MapmyIndiaAutoSuggest constructor

MapmyIndiaAutoSuggest({
  1. required String query,
  2. String? filter,
  3. bool? bridge,
  4. String? pod,
  5. LatLng? location,
  6. bool? tokenizeAddress,
  7. double? zoom,
  8. bool? hyperLocal,
})

Implementation

MapmyIndiaAutoSuggest(
    {required this.query,
    this.filter,
    this.bridge,
    this.pod,
    this.location,
    this.tokenizeAddress,
    this.zoom,
    this.hyperLocal});