Version 0.2.9
This release has been brought to you by the hard work of @apjanke and @psmagin. Here is a overview of what is landing in this release:
- The
PlaceDetails.Reviewresult now hasprofilePhotoUrlandrelativeTimeDescription. - There are a bucket load of newly added
AddressComponentTypes, includingcontinent. - Some new
AddressTypes, also includingcontinent. - The
DirectionsApiRequestjavadoc is much improved. - The code has been updated from it's ~1.5 era roots to modern Java.
PlaceDetailsnow return an array ofAddressTypeinstead ofString.OkHttpRequestHandlerevicts threads from it'sconnectionPoolto better handle situations where there are multipleGeoApiContexts. Please note, having multiple contexts will mean that rate limiting won't work properly, so don't do this unless you really know what you are doing.GeocodingResultandPlaceDetailsgained support for returnedPlusCodes.- All the model objects gained much more informative
toString()implementations to aid in debugging. OkHttpRequestHandler.Buildernow exposes the underlyingOkHttpClient.Builderto enable advanced customisation, like setting Proxy settings and the like.