GoogleMapsGeolocation constructor
GoogleMapsGeolocation({})
Implementation
GoogleMapsGeolocation({
String? apiKey,
String? baseUrl,
Client? httpClient,
Map<String, String>? apiHeaders,
}) : super(
apiKey: apiKey,
baseUrl: baseUrl ?? _baseUrl,
apiPath: _geolocationUrl,
httpClient: httpClient,
);