PlacesApi constructor

PlacesApi(
  1. Client client, {
  2. String rootUrl = 'https://places.googleapis.com/',
  3. String servicePath = '',
})

Implementation

PlacesApi(http.Client client,
    {core.String rootUrl = 'https://places.googleapis.com/',
    core.String servicePath = ''})
    : _requester =
          commons.ApiRequester(client, rootUrl, servicePath, requestHeaders);