Skip to content

Google Map API Python - #353

Closed
yingchi123 wants to merge 69 commits into
fields-fieldfrom
master
Closed

Google Map API Python#353
yingchi123 wants to merge 69 commits into
fields-fieldfrom
master

Conversation

@yingchi123

Copy link
Copy Markdown

Google Map API Python example

nicolacammillini and others added 30 commits June 20, 2018 09:26
After moving the directory containing tests inside package, link in README is broken.

Link now points one directory down, to googlemaps/test.
* Add findplacebytext method and fields params

Change-Id: I76c3393a57b0286336cc5c871e24a9f5297ce21d

* Add autocomplete session token

Change-Id: I70dd571a4442b0c7e4959aaa27094932d7c9ea8d

* Add locationbias field to findplacefromtext

Change-Id: I8ce8f08acdb7437ee75e7c44a28cb477e84d01ec

* Remove alt_id

Change-Id: I192d5d6e74977734e406acb0590b426ee227f52e

* find_places -> find_place

Change-Id: Ibcd2fb904c08f9d3eee8926dac3b4906f4fe241d
Change-Id: I3b31dba8aa1f8f5ebffb9a35cf4b8d3ede041616
Change-Id: Ibbe5633812db7e881c91e8fc52385e0161521db9
Change-Id: I3de2df5783b3b43b7e11bb02ffb7ec75065a197c
Change-Id: Ifa9d792eb7f04083d5f398d0522b33f9bd2b9170
Change-Id: I36de197ecbf52927d409417d2ba7748f97f6b448
Change-Id: Idf1369704fdf3e78abb29c1cdaabed48582bccca
Change-Id: Ie14e3489fa932fa6ba4f90a79776a8a73b3a1f19
If headers are passed in as part of the request_kwargs, then make sure they are not overridden as part of the load. This is required if you are limiting your API by using referer.
Do not override headers passed in request_kwargs
Fix typos in docstrings
Versions of the requests library prior to 2.20.0 have a known
security vulnerability (CVE-2018-18074).
Increase the required version of requests.
user_ratings_total field added to place atmosphere fields
The official docs of the Places API has the session_token parameter as
optional. This change makes it optional too in the library to keep it in
sync.
…n-token

Parameter session_token in places_autocomplete should be optional
* fix imports and remove unused

* use uuid4 directly for session token in test
Add `long_description` to setup.py from the readme and set the `long_description_content_type` so that pypi renders it correctly.
- pytest replaces the unmaintained nose
- nox replaces tox
- coverage reported to codecov.io
jpoehnelt and others added 25 commits September 20, 2019 09:57
* style: Update pull request template.

* Add back name, about and label.
* feat: Adding experience_id support to Client class.

* Writing tests.

* Adding sample tags.

* Use underscore.
@codecov

codecov Bot commented Mar 22, 2020

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (fields-field@82f71d8). Click here to learn what that means.
The diff coverage is 97.82%.

Impacted file tree graph

@@               Coverage Diff               @@
##             fields-field     #353   +/-   ##
===============================================
  Coverage                ?   89.67%           
===============================================
  Files                   ?       12           
  Lines                   ?      620           
  Branches                ?        0           
===============================================
  Hits                    ?      556           
  Misses                  ?       64           
  Partials                ?        0
Impacted Files Coverage Δ
googlemaps/geocoding.py 88.46% <ø> (ø)
googlemaps/distance_matrix.py 77.41% <ø> (ø)
googlemaps/__init__.py 100% <100%> (ø)
googlemaps/convert.py 97.39% <100%> (ø)
googlemaps/client.py 95.67% <100%> (ø)
googlemaps/places.py 95.53% <97.36%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82f71d8...03a61f2. Read the comment docs.

@googlebot

Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Mar 22, 2020
@yingchi123 yingchi123 closed this Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: no This human has *not* signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants