Skip to content

Version 0.2.8

Choose a tag to compare

@domesticmouse domesticmouse released this 25 Jun 06:21
· 308 commits to master since this release

Places API changes

  • Adding a new Places API endpoint - FindPlaceFromText - which is optimised for looking up places given a search string that might be a name, a street address, or a phone number.
  • Adding a new required SessionToken to the Autocomplete API. Using a Session token per user session will make using the API cheaper.
  • Added FieldMasks which enable making using the various end points cheaper by requesting only required information.

Address types

  • a raft of address types have been added, thanks to @psmagin

Static Maps

  • Added support for setting scale on custom icons for hi-dpi usage, thanks to @astachelek
  • Replace usage of String.join with StringJoin.join for better backwards compatibility, thanks again to @astachelek