Visual Studio Code Google Maps API [closed]

2

Saludes there is some intellisense extension for Visual Studio Code, to be able to work with the Google Maps API ...

    
asked by 18.07.2017 в 23:20
source

2 answers

1

You can install the NPM Google Maps package

npm install --save @types/googlemaps

This should bring the Google Maps type definitions so that VS Code can use them as intellisense

    
answered by 19.07.2017 в 01:10
-1

enter the description of the link here

On this page you can find the direct download

    
answered by 19.07.2017 в 00:26