I've been attempting to get started incorporating the GeoCoder, but am not having any success.
I have a streets shape layer for just one city which I want to geocode addresses against.
I want to be able to geocode addresses of a simple house number with street name as well as intersections. The street format is pretty standard -- address prefix street type suffix.
Also have a need to reverse geocode based on lat/Long.
Is there any code that puts this all together? I've seen bits and pieces, but nothing that shows the basics from start to finish.
What plugin do I use and how exactly do I build that plugin for use with my shape layer?
I've seen references to column names used for prefix, type, suffix, etc, but how do I create the plugin to get those column names set to the column names in my shape layer?
In one of the forms I've seen lines like that shown below, but for me 'GeocoderHelper' is not defined. Is this still valid?
Thanks,
Dennis
streetsColumnList.Add(
new DbfMatchingPluginColumn(ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderHelper.fromLeftColumnName, ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumnType.Long, 4));