Appearance
Query tag
Simply query your entry locations
The tag
{exp:reinos_maps_locator:query}
Tag Parameters
Below are the Tag Parameters. Those parameters can be used in the tag described above
lat
the Langitude
lat=""
lng
lng=""
city
city=""
street_name
street_name=""
postal_code
postal_code=""
country
country=""
country_code
country_code=""
Tag Variables
Below are the Tag Variables. Those Variables can be used inside the tag described above.
entry_id
{entry_id}
lat
{lat}
lng
{lng}
city
{city}
street_name
{street_name}
street_number
{street_number}
postal_code
{postal_code}
country
{country}
country_code
{country_code}
Example
{exp:reinos_maps_locator:query country_code="nl"}
{if no_results}
No result
{/if}
entry_id: {entry_id}<br>
lat: {lat}<br>
lng: {lng}<br>
city: {city}<br>
street_name: {street_name}<br>
street_number: {street_number}<br>
postal_code: {postal_code}<br>
country: {country}<br>
country_code: {country_code}<br>
{/exp:reinos_maps_locator:query}