Skip to content

Instantly share code, notes, and snippets.

View johnquintero's full-sized avatar

John Quintero johnquintero

View GitHub Profile
@nicobytes
nicobytes / 58-markers-maps-ionic.md
Last active May 31, 2023 01:51
Multiples markers ionic google maps

1 Add SDK Google Maps

<script src="https://maps.googleapis.com/maps/api/js?key=KEY"></script>

2 Create div in html and declare

declare var google;