fm:GeoInfo


The fm:GeoInfo component returns location information when provided a latitude and longitude.

Example

<fm:GeoInfo lat="43.653226" lng="-79.383184" > {$geodata.neighbourhood}<br> {$geodata.city}<br> {$geodata.state}<br> {$geodata.country}<br> </fm:GeoInfo/>

Result

Downtown Toronto Ontario Canada

Supported attributes

NameRequiredDefaultDescription
latRequiredN/ALatitude value
lngRequiredN/ALongitude value.

Latitude(lat) and Longitude(lng) are required parameters.