I am already using the old Places Details SDK in Java. I read on Places Details API (New), but I did not see any pointers on a java SDK. The examples on Google refer to curl API requests. Anyone has a pointer if there is an SDK for it?
Old Places Details SDK Maven:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-services</artifactId>
<version>2.2.0</version>
</dependency>
Note: I am new to using Google APIs. I am struggling to navigate the API/SDK docs especially finding features and their corresponding versions. Is there some changelog source of truth somewhere?
Thank you.