MapmyIndiaTextSearch constructor

MapmyIndiaTextSearch({
  1. required String query,
  2. String? filter,
  3. bool? bridge,
  4. String? pod,
  5. LatLng? location,
  6. bool? explain,
  7. String? username,
})

Implementation

MapmyIndiaTextSearch(
    {required this.query,
    this.filter,
    this.bridge,
    this.pod,
    this.location,
    this.explain,
    this.username});