Map

Explanation on the map.

Introduction

The Map allows you to select a geographical location on the map.

With the Map you can,

Below is the configuration example. (Note that some content has been omitted.)

  my-map:
    kind: Map
    bounds: # OPTIONAL
      bottomLeft:
        longitude: 51.66971643224999 
        latitude: 3.5650634765625004
      topRight:
        longitude: 51.66971643224999 
        latitude: 3.5650634765625004
    placeMarker: # OPTIONAL
      title: Add a marker?
      text: 
        kind: Text
        text: Click 'ok' to add a marker
      ok: Add marker
      cancel: Cancel

Schema

See the map schema docs for more information.