Getting started with Google Maps in Python

Elliott Saslow
Future Vision
Published in
3 min readAug 2, 2018

--

Lets get started with google maps in python! We are going to cover making a basic map, adding different layers to the maps, and then creating driving directions!

Before this article, I did a quick tutorial with basemap in python. In this tutorial, I will cover using the google maps api in jupyter notebook. The first step here is to get an api key from google at this link. Once this is done…

--

--