1

As new version of the Places SDK for Android is introduced, it gives two options to integrate it.

  1. Use the Places SDK static client library (Requires API key)
  2. Compatibility Library (Does not require API Key)

When using the compatibility library, is it important to enable the Places API in the Google Cloud Console for the project and enable billing? It seems to be working fine without enabling it also.

The documentation states that:

The compatibility library only supports newer Task-based APIs, and will not work with the earlier PendingResult model.

But it still works with the PendingResult model. Is it important to change to Task based?

Nikhil Bansal
  • 187
  • 2
  • 11

1 Answers1

0

Yes, you have to enable biiling account, so that if you use any another API in future for this project by only billing account you can able to use that API's..

example: For directions API only one request is allowed without billing account, so have to go for billing account...

Navin Kumar
  • 3,393
  • 3
  • 21
  • 46