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 LocationBundle configuration.

Parameters

No parameters available

Example

<property name="location" type="location">
    <meta>
        <title lang="en">Location</title>
    </meta>
</property>

Twig

{{ content.location.latitude }} <br>
{{ content.location.longitude }} <br>
{{ content.location.street }} <br>
{{ content.location.streetNumber }} <br>
{{ content.location.zip }} <br>
{{ content.location.city }} <br>
{{ content.location.country }}