Legacy Product

Fusion 5.4

Maps

Table of Contents

The Map tag displays results on a geographical map, abstracting the underlying map provider.

Usage

If the results contain latitude and longitude values as fields you can render the results using the Google Map API with this configuration:

<geo:map provider="google" response="response" latitude-field="MT.lat" longitude-field="MT.lng"></geo:map>

If you do not have coordinates in the results, then the Map tag can do a geocoding of addresses and render these on a map:

<geo:map provider="bing" response="response" address-field="fulladdress"></geo:map>

To see all related attributes, see the geo:map tag documentation.