Skip to content

Tags: googlemaps/google-maps-services-go

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add relative_time_description property to PlaceReview (#273)

* feat: add relative_time_description property to PlaceReview

* add relativeTimeDescription to TestPlaceDetails

* chore: update places_test.go

Reverting to simplified test data committed after this PR was created.

---------

Co-authored-by: Angela Yu <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update release.yml

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Update release.yml

fixes peer dependency

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add new place details fields (#280)

* feat: add new place details fields

* feat: add support for place reviews in place details

* feat: update place details tests

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: sets semantic release version

semantic release >19 breaks for us because of the switch to ESM.

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add Language to FindPlaceFromTextRequest (#254)

This adds the Language field to FindPlaceFromTextRequest.  For more
information, see:
https://developers.google.com/maps/documentation/places/web-service/search

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handles case where binary request does not return a response (#251)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add ability to pass the experience id within the context (#248)

Add ability to pass the experience id with the context on SDK get/post request. Useful when one SDK client used per different customers.

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove old fields #201 (#247)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add place type of supermarket (#243)

Co-authored-by: Yurii Voskoboinikov <[email protected]>