I want to use Google maps API. I looked at: https://developers.google.com/maps/documentation/places/ and I saw that there are different APIs:
- The Google Places API
- The Google Places-Autocomplete API
- The Google Maps JavaScript API v3, and more
Can I use all of them in Eclipse with JavaScript? Or only the Google Maps JavaScript API v3?
Does the Google Maps JavaScript API v3 include the the Google Places API and the Google Places-Autocomplete API?
You should definitely use v3 – the others are deprecated and at some point will not be supported and may not even be available.
From https://developers.google.com/maps/documentation/javascript/places:
You just need to include another script reference to get the additional Places library, and it includes Places Autocomplete.