Geocodes the given address via Yahoo! Geocoding API. Requires a valid Yahoo! Application ID. Returns a map containing all of the address components, including longitude and latitude.
Parameters
-appid
string, required
A valid Yahoo! Application ID.
-street
string, optional
The street address.
-city
string, optional
The city.
-state
string, optional
The state/province.
-zip
integer, optional
The zip/postal code.
-location
string, optional
Complete or partial address, can be used instead of the other, separate parameters.
Sample Usage
yahoo_geocode(
-appid='myAppId',
-location='1815 Griffin Road, Dania Beach, FL 33004'
);
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.
04/13/2006, Chris Corwin hahahha
i just spent s few hours making this very thing.
oops.
*reminder* -- check here first.
04/13/2006, Dan McComb Works great
I'm using this to grab the lat and long of new members on Biznik.com based on their zip code, and it works great. It even works with major cities if you pass only a city name, which is good for non-US addresses. Then, I can do really cool stuff with it like this map: http://www.biznik.com/maps/index.html
hahahha
i just spent s few hours making this very thing. oops. *reminder* -- check here first.