Map Suite Geocoder FAQ General Questions
From ThinkGeo Wiki
| Rate This Article | |
|---|---|
| Current rating: 100% (1 votes)
You need to enable Javascript to vote
|
Where can I test out Map Suite Geocoder?
We have an online demo available at http://maps.thinkgeo.com; to test the geocoder functionality, simply enter any U.S. address in the box at the top of the screen and click "Find Location." Additionally, to see online sample applications built with Map Suite Geocoder — complete with source code — check out http://geocodersamples.thinkgeo.com/web/.
What street dataset does Map Suite Geocoder come with?
Map Suite Geocoder comes with data for the entire United States that is based on the latest TIGER® datasets from the U.S. Census Bureau. However, if you have your own data available, Map Suite Geocoder is extensible and flexible enough to allow you to build up your own custom geocoding solution.
What types of applications can use Map Suite Geocoder?
Map Suite Geocoder can be used in web applications, desktop applications, Silverlight applications, web services, Windows services, console applications or just about any other application type imaginable.
How is Map Suite Geocoder licensed?
Map Suite Geocoder is licensed by developer and by production web server. Each developer who writes code against the Map Suite Geocoder will need a license, and each production web server that utilizes Map Suite Geocoder will need a license as well. In cases where Map Suite Geocoder is used in desktop applications, there are no extra royalties or deployment costs.
What happens if I misspell an address?
Map Suite Geocoder has the capability to use Fuzzy Match logic when finding addresses. This means that if an address is spelled incorrectly but sounds similar to the correct spelling, the Geocoder may still return a result.
What type of information is returned by the Geocoder?
Map Suite Geocoder returns a detailed list of information about the area, including:
| Street | City | County FIPS |
| House Number | State | State FIPS |
| Side of Street | County | Census Tract |
| Prefix | Daylight Savings Time | Census Block |
| Suffix | Latitude | Census Block Group |
| StreetType | Longitude | Bounding Box |
| Zip Code | Elevation | |
| TIGER Line ID | Centroid Point |
Can I add my own data to the Geocoder?
Yes. Map Suite Geocoder is completely extensible, so you can add your own data and build your own indexes. The product comes with all the necessary APIs and tools to help get you started.
Can I do batch geocoding?
Yes. Map Suite Geocoder was built for performance and can process a large number of geocodes at one time. For some benchmarks on how fast the Geocoder performs, check out the Benchmarks section on the Features page.
Can I integrate geocoding into my website?
Yes. Map Suite Geocoder can be easily integrated into your website or web application.
Can I do reverse geocoding? (X & Y to closest street address)
Yes. Map Suite Geocoder comes with an easy-to-use reverse geocoding API that allows you to quickly translate longitude/latitude coordinates into the closest available address.