GoogleMapsPlaces constructor

GoogleMapsPlaces({
  1. String? apiKey,
  2. String? baseUrl,
  3. Client? httpClient,
  4. Map<String, String>? apiHeaders,
})

Implementation

GoogleMapsPlaces({
  super.apiKey,
  super.baseUrl,
  super.httpClient,
  super.apiHeaders,
}) : super(
        apiPath: _placesUrl,
      );