Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Carvim
/
google-maps-services-python
Public
forked from
googlemaps/google-maps-services-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
google-maps-services-python
googlemaps
on
master
User selector
All users
All time
Commit history
Commits on Oct 6, 2015
Fix docstring.
Show description for a86d3f8
stephenmcd
committed
a86d3f8
View commit details
Copy full SHA for a86d3f8
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Use utcnow to generate timestamp
fdemmer
committed
94b85ae
View commit details
Copy full SHA for 94b85ae
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Start next dev version (2.3-dev)
Show description for 2fa1a63
stephenmcd
committed
2fa1a63
View commit details
Copy full SHA for 2fa1a63
View code at this point
Browse repository at this point
Tag 2.3
Show description for da40017
stephenmcd
committed
da40017
View commit details
Copy full SHA for da40017
View code at this point
Browse repository at this point
Clearer description for arg.
Show description for 1f14fbe
stephenmcd
committed
1f14fbe
View commit details
Copy full SHA for 1f14fbe
View code at this point
Browse repository at this point
Default rate limit to 10 queries per second.
Show description for 6991a28
stephenmcd
committed
6991a28
View commit details
Copy full SHA for 6991a28
View code at this point
Browse repository at this point
Fix grammar.
Show description for 810bc5d
stephenmcd
committed
810bc5d
View commit details
Copy full SHA for 810bc5d
View code at this point
Browse repository at this point
Support for rate limiting. Closes #75.
Show description for 0f345ca
stephenmcd
committed
0f345ca
View commit details
Copy full SHA for 0f345ca
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Allow kwargs for requests to be passed into the maps client so that things like proxy authentication can be configured. Closes #83.
Show description for 4a22e72
stephenmcd
committed
4a22e72
View commit details
Copy full SHA for 4a22e72
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
Update error message in convert.components
Show description for 721c099
edwardsamuel
committed
721c099
View commit details
Copy full SHA for 721c099
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Missing space in string
mkazin
committed
f67cfb2
View commit details
Copy full SHA for f67cfb2
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Don't urlencode unreserved chars. Closes #72.
stephenmcd
committed
5f9933c
View commit details
Copy full SHA for 5f9933c
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Fix retries. (#70)
broady
committed
a6a8698
View commit details
Copy full SHA for a6a8698
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Start next dev version (2.2-dev)
broady
committed
f79a87b
View commit details
Copy full SHA for f79a87b
View code at this point
Browse repository at this point
Tag 2.2
broady
committed
04b0143
View commit details
Copy full SHA for 04b0143
View code at this point
Browse repository at this point
Add support for Roads API.
Show description for 682871b
broady
committed
682871b
View commit details
Copy full SHA for 682871b
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
fixed repeated querystring bug
markmcd
committed
56a1f48
View commit details
Copy full SHA for 56a1f48
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Make dicts not list-like.
broady
committed
ada71f9
View commit details
Copy full SHA for ada71f9
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
Prepare for next development cycle
broady
committed
c1e51b2
View commit details
Copy full SHA for c1e51b2
View code at this point
Browse repository at this point
Tag 2.1
broady
committed
2802110
View commit details
Copy full SHA for 2802110
View code at this point
Browse repository at this point
Add arrival_time to distance matrix. Check that arrival_time and departure_time are not both set.
broady
committed
34dce26
View commit details
Copy full SHA for 34dce26
View code at this point
Browse repository at this point
Add support for new transit parameters in Directions and Distance Matrix.
Show description for 849e14d
broady
committed
849e14d
View commit details
Copy full SHA for 849e14d
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
client: add a way to override the way a request is parsed
broady
committed
fad1545
View commit details
Copy full SHA for fad1545
View code at this point
Browse repository at this point
Make base_url configurable - will let us add APIs that are on other domains (e.g. geolocation)
broady
committed
ece1356
View commit details
Copy full SHA for ece1356
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Fix minor typo.
broady
committed
f77c0d4
View commit details
Copy full SHA for f77c0d4
View code at this point
Browse repository at this point
Commits on Nov 13, 2014
Use code blocks
broady
committed
e1ff10d
View commit details
Copy full SHA for e1ff10d
View code at this point
Browse repository at this point
Don't put datetime.now() as the default parameter - it gets outputted in the documentation
broady
committed
fe6cf5b
View commit details
Copy full SHA for fe6cf5b
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Prepare for next development cycle
broady
committed
e6681ff
View commit details
Copy full SHA for e6681ff
View code at this point
Browse repository at this point
Tag version 2.0
broady
committed
3c0740a
View commit details
Copy full SHA for 3c0740a
View code at this point
Browse repository at this point
Revert "Release"
broady
committed
fbe1e87
View commit details
Copy full SHA for fbe1e87
View code at this point
Browse repository at this point
Update version for next development cycle
broady
committed
dc9171a
View commit details
Copy full SHA for dc9171a
View code at this point
Browse repository at this point
Tag version 2.0
broady
committed
6fd14c6
View commit details
Copy full SHA for 6fd14c6
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
UTF8 handling
broady
committed
525bdd5
View commit details
Copy full SHA for 525bdd5
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
Add HTTPError and wrap the original exception inside TransportError
broady
committed
dea60f6
View commit details
Copy full SHA for dea60f6
View code at this point
Browse repository at this point
Check retry timeout before sending HTTP requests.
broady
committed
cf72efe
View commit details
Copy full SHA for cf72efe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.