Location ======== Description ----------- Shows a map to assign geographic coordinates. If you want to search for coordinates using an address in the administration interface, you need to setup a ``geolocator`` in the :doc:`/bundles/location` configuration. Parameters ---------- No parameters available Example ------- .. code-block:: xml Location Twig ---- .. code-block:: twig {{ content.location.lat }}
{{ content.location.long }}
{{ content.location.street }}
{{ content.location.number }}
{{ content.location.code }}
{{ content.location.town }}
{{ content.location.country }}
{{ content.location.title }}
{{ content.location.zoom }}