If you implement the Google Maps tool, your website users will be able to share their location and the location of their submissions on an interactive map.
Note: You can customize Google Maps, if necessary ;however, you should discussit with your Account Manager from Filemobile.
Note: New domains require a new Google Maps API because they are URL specific.
You should comment out the Google Map function by using <!—Maps Code-- >
To add a map to a page,add the following function:
<fm:Include
name="sub_map"
lat="Add Latitude Number of Default Location"
long=" Add Longitude Number of Default Location
zoom="0"
width="100%"
height="400px"
search="true"
controls="true"
To edit the map on a page, you must find the map div in the appropriate template.
Use your browser’s Find function to find map in the code. You can edit the following options:
Note:For more information: http://code.google.com/apis/maps/documentation/javascript/maxzoom.html
Note: You can editing the check box options in the sub_map template.