You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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