jameslem / gmaps

Google Maps Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps JavaScript API Examples

Introduction

Goal

  • Learn how to embed Google Maps into your web apps

Steps

  • layout Add Twitter Bootstrap framework
  • layout Add simple map layout with a side panel
  • maps Embed a Google Map into your page
    • Reference
    • new google.maps.Map()
    • LatLng, Marker, InfoWindow
    • setCenter / panTo
  • markers Add POI (point of interest) markers
  • infowindow Add infoWindows
  • custom-markers Custom marker
  • places Implement feature to dynamically add POIs / markers
    • Reference
    • Implement form
    • Implement calls to Places service
  • direction Implement feature to lay out directions/route

References / Sources

Further Studies

About Me

Thank you very much!

  • Please feel free to clone, fork, or copy. ^_^

About

Google Maps Examples