Example of basic implementation of Google maps api with Typescript.
Randomly generated coordinates for 2 different kind of markers. User and company will appear in random place on map on every update.
Info window popups on marker's click.
Clone this repo
git clone git@github.com:AnimalInstinct/ts-google-maps.git
npm install
Add your API key to index.html
To easy run i can recommend install Parcel bundler
npm install -g parcel-bundler
cd ts-google-maps
parcel index.html