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.latitude }}
{{ content.location.longitude }}
{{ content.location.street }}
{{ content.location.streetNumber }}
{{ content.location.zip }}
{{ content.location.city }}
{{ content.location.country }}