MapBoxSearch constructor

MapBoxSearch({
  1. required String apiKey,
  2. String? language,
  3. int? limit,
  4. String? country,
})

Implementation

MapBoxSearch({required this.apiKey, this.language, this.limit, this.country});