Desktop Components ShowcaseMobile Components Showcase
ace:gMapEvent - Overview

<ace:gMapEvent> allows for users to tap into Google's event handling capabilities and execute a chosen javascript on a variety of triggers. The variable 'map' can be used to affect the parent map and 'component' can be used to reference the parent component.


KML layer inputs


Use the above textbox to submit a URL to render a KML Map layer from. A few examples:

  • http://coinatlantic.ca/kmlfiles/EnvironmentCanadaAtlantic/ECHydrometricNL.kml - Envirnoment Canada Realtime Hydroelectric
  • http://www.austindarts.org/darts.kml - Darts locations in Austin Texas
  • http://googlemaps.github.io/js-v2-samples/ggeoxml/cta.kml - Chicago Train Lines

Relevant sections of the Google Maps API: Bicycling, KML, Traffic, Transit

Source Code