Added goompy

This commit is contained in:
2017-11-29 12:31:43 -08:00
parent 9e3c4cb41d
commit edec011e69
1394 changed files with 1523 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
'''
GooMPy: Google Maps for Python
Copyright (C) 2015 Alec Singer and Simon D. Levy
This code is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this code. If not, see <http://www.gnu.org/licenses/>.
'''
# Get a key from https://developers.google.com/maps/documentation/staticmaps/#api_key and put it between the
# quotation marks below:
_KEY = 'AIzaSyAFjAWMwQauf2Dy5KteOuT8KexfMjOCIS8'