Google Maps

Basic

Events

Marker

Geolocation

Polylines

Overlays

Polygons

contextMenu

fusionTables

kmlLayers

mapTypes

Panoramas

  • Uses Instruction

  • google maps is delivered primarily via npm. npm i gmaps
  • Add the following lines before the <body> of each template or page that you want to use google maps on.
    
    <!-- Google Maps JS -->
    <script src="http://maps.google.com/maps/api/js?sensor=true"></script>
    <script src="./../assets/vendors/gmaps/gmaps.min.js"></script>
    
    <!-- Google Maps Initialize JS -->
    <script src="./../assets/js/components/maps/gmaps-init.min.js"></script>
    
  • For full documentation please visit the link: https://hpneo.dev/gmaps/