Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

marcos-vinicius-dev/RouteMapsIonic

Repository files navigation

Route Maps Ionic 3

Route Google Maps api

Dependências

Using your terminal window, navigate to the supermodular2 folder. Install the NodeJS dependencies required by the project: $ npm install

Key API Google Maps

Get Key Api: https://developers.google.com/maps/documentation/javascript/get-api-key

Page Index.html

Change this [YOURKEYAPI] obtained from your google account

<script src="https://maps.googleapis.com/maps/api/js?key=YOURKEYAPI&libraries=places"></script>