MephistoGoogleMap ========================= Provides the management functionality for Google Maps. Example usage for a simple map: {{ 'Loading...' | google_map_container }} {{ 'perity.com' | google_api_key | google_map_simple: '37.4419', '-122.1419' }} Example usage for a marker map: {{ 'Loading...' | google_map_container }} {{ 'perity.com' | google_api_key | google_map_marker: '37.4419', '-122.1419' }} Example usage for a marker map, and directly specifying the api key: {{ 'Please wait...' | google_map_container }} {{ 'ABQIAAAADFf6N16aGaILLnA949es1xQDNUKtWYO0YNsBQklWEm0Tg_LWZBToL2bL5z0BHEk38D-80vdZ4jvZxw' | google_map_overlay: '37.4419', '-122.1419', 'Perity Studios
Vancouver, BC
' }}