1
0
Fork 0
mirror of https://github.com/imjasonh/staticmaps synced 2026-07-08 10:55:03 +00:00
No description
Find a file
Jason Hall e864f2a8af Add SnapToRoads which requires API key
This uncovered a bug in maps.go where requests would not pass their API
key!
2015-03-05 13:25:12 -05:00
backoff.go slight style tweaks, use New and NewForWork, take a RoundTripper 2014-10-21 11:34:21 -04:00
backoff_test.go slight style tweaks, use New and NewForWork, take a RoundTripper 2014-10-21 11:34:21 -04:00
context.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
directions.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
distance.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
elevation.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
geocode.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
LICENSE add LICENSE 2014-10-14 16:39:46 -04:00
maps.go Add SnapToRoads which requires API key 2015-03-05 13:25:12 -05:00
maps_test.go Add SnapToRoads which requires API key 2015-03-05 13:25:12 -05:00
README.md nvm https 4eva 2014-10-07 12:47:12 -04:00
roads.go Add SnapToRoads which requires API key 2015-03-05 13:25:12 -05:00
static.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
streetview.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
timezone.go remove Client struct, use context values for API key, Work client ID and private key, and http Client 2014-10-21 15:10:41 -04:00
TODO add TODO explaining next steps 2014-10-21 16:20:32 -04:00