All Projects → robisim74 → angular-maps

robisim74 / angular-maps

Licence: MIT license
Google Maps JavaScript API in Angular apps

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Angular Maps

Google Maps JavaScript API in Angular 2+ apps.

Sample app

The sample application implements Google Maps, Markers, Geolocation and Geocoding. Optionally Autocomplete.

Running locally the sample app

Make sure that you have the latest version of npm and Angular CLI:

npm install -g npm@latest
npm install -g @angular/cli

In the command line, go to the root directory:

npm install

ng serve

Note

Starting with Chrome 50, Chrome no longer supports obtaining the user's location using the HTML5 Geolocation API from pages delivered by non-secure connections. This means that the page that's making the Geolocation API call must be served from a secure context such as HTTPS: Geolocation API Removed from Unsecured Origins in Chrome 50.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].