-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollback custom markers on multi-stop maps; Refactor google_maps modu…
…le to package; Validate at least one stop with location when getting multi-stop map
- Loading branch information
Showing
8 changed files
with
306 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"""GOOGLE MAPS | ||
Classes and functions for acquiring static maps and photos using Google Maps & Street View Static APIs | ||
""" | ||
|
||
from ._entities import * | ||
from ._getter_maps import * | ||
from ._getter_streetview import * |
Oops, something went wrong.