Traffic, transit, and bicycling layers
<GMap
  @lat={{this.london.lat}}
  @lng={{this.london.lng}}
  @zoom={{12}} as |map|>

  <map.trafficLayer />
</GMap>

It’s finally time to learn how to create custom HTML markers!

Custom overlays ›