Geocoder - Maps for multiple Addresses
4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: October 12, 2011 (RSS)
By nmsinc - October 7, 2011
Thanks
nmsinc
Re: [nmsinc] Geocoder - Maps for multiple Addresses
By robin - October 11, 2011
Does the form save all the addresses to a single record in CMS Builder, or are they separate records? For automatic geocoding, the Geocoder is set up to geocode latitude and longditude once for each record.
Thanks,
Robin
Programmer
interactivetools.com
Re: [robin] Geocoder - Maps for multiple Addresses
By nmsinc - October 11, 2011
Re: [nmsinc] Geocoder - Maps for multiple Addresses
By robin - October 12, 2011
list($myLat, $myLng) = geocodeAddress( "1313 South Harbor Boulevard, Anaheim, CA" );
echo $myLat . " " . $myLng;
Hope that helps,
Robin
Programmer
interactivetools.com