Map solution based on Google map Custom interactive maps sample showcase
- Represent Multiple Database Stats on Heat Map/Choropleth Map
- US States Overlay on Google Maps
- Distance Measuring and Driving Directions between Locations
- Rally Map across Provinces of Nigeria
- Congressional District Map with ZIP Code Search
- CSV Address Geocoding with Icon Filter and Information Box
- Import Excel Spreadsheet data to generate US Population Map
- Central Paris Map with Scattered Placemarks
Flash based Interactive Maps Created using iMapBuilder Online
- Airline Operations Across the Atlantic
- Gini Index Map as an Intensity (Heat) Map
- Asia-Pacific Cities with Urban and Suburban Railways
- Daker Rally Route Map with Daily Distances Covered by Players
- Heat Map Showing Swine Flu Stats
- European Multiple Layer Map with Filtering
- Branch Offices Location Map with Styled Text and Office Image
- US Bank Failure Map Demonstrate with Different Pinpoint Icons
- Interactive University Campus Directory Map by iMapBuilder Online
- Drill-down Map by Linking up Multiple iMapBuilder Projects
- Voting Precinct / Election District Map
- Course Offerings Map of College Across a State Using Imported Icons
Discuss everything about iMapBuilder and interactive maps in our support forum.
Interactive Map Samples Showcase > Map solution based on Google map >
Distance Measuring and Driving Directions between Locations
Measuring of distance between two pinpoints is possible with the use of Google Maps API, and this opens up a new dimension of advanced usage of the interactive maps. In the following case, we can create a map which find the shortest distance from a collection of pinpoints. Driving directions can be returned back from API calls, which resembles direction search in a plain vanilla Google Maps.
How this works
The setup of this map includes an array of pinpoints based on approximate addresses (postcodes are also possible but they would be less accurate than actual addresses). These pinpoints are geocoded and their respective longitude and latitude values stored in a database, thus reducing the need to geocode them again. The search location can be entered by means of an address, a postcode, or by actual adding a pin on the map. A set of algorithms and the calling of Google Maps API determines the shortest distance from the set of pinpoints, and a check would be done to see if there are road connections from the search point to the destination. If there is a route, the driving direction can be shown on the map.
Further Usage
- Direct distance measurement between two points, and not necessarily to be driving distance
- Distance between two arbitrary pinpoints
- Coverage maps by showing points or interests/amenities at a certain diameter from a search location or existing pinpoint
- Turn-by-turn display of the driving route
