Mapper Lookup

The Mapper code can lookup a city, state and zip and return the corresponding latitude and longitude.

This code can be called using the WordPress do_shortcode function from within an interactive user interface.

mkp_mapper city=’bellingham’ lookup
mkp_mapper zip=’01118′ lookup
mkp_mapper state=’ma’ lookup

Output:

[mkp_mapper city=’Bellingham’ lookup]
[mkp_mapper zip=01118 lookup]
[mkp_mapper zip=’01118′ lookup]
[mkp_mapper state=’ma’ lookup]