Skip to main content

Description

The geoMap directive provides an abstraction layer to other map directives.

Google Maps

API Key
To add the API for Google Maps you need to include a constant on your index page like so with your API Key. <helper:constant name="googleMapApi" value="YOUR_API_KEY_HERE"></helper:constant> Doing this means you do not have to add the Google Map scripts to your index page

Esri Maps

For ESRI you will need to include the CSS and JavaScript from ESRI on your index page.

Usage

as element:

Directive info

  • This directive creates new scope.

Parameters