![]() |
|
|
|
MultiMap API CFC Wrapper
Project Home • Blog • External Project Link • Contact Project
Author: Matt Gifford aka coldfumonkeh (All RIAForge projects by this author) Description:
UPDATED 29th June 2010
================ Now includes a map generation method to create images ================ The multimap CFC Wrapper contains four simple methods: 1. geoSearch() - this method performs a search using the supplied criteria and returns address information, including lat/lon coordinates 2. getRoute() - this method performs a turn-by-turn search between the supplied start and end points (including mid-points) and returns a step by step route plan 3. getConversion() - this method converts lat/lon pairs into their relative Ordnance Survey grid references, Ordnance Survey National Grid coordinate system or Mercator coordinates 4. getMap() - this method returns a static map from the API as a jpg, png or gif file, or detailed information in an XML or JSON response regarding the map and it's data. ================== Instantiation is simple, and all you need is to pass through your Multimap API key, which is available for free from here: http://www.multimap.com/openapi/
Requirements:
ColdFusion 8 +
|
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.