ThinkGeo.com    |     Documentation    |     Premium Support

Geocoder Not Searching For Streets

I'm having an issue where the geocoder is not returning any street results.  I'm using the following code:


 


UsaGeocoder geocoder = new UsaGeocoder(dataPath, MatchMode.ExactMatch);

geocoder.Open();

Collection<GeocoderMatch> results = geocoder.Match(address);


Where address is 1234 Foothill, La Verne, CA 91750


 


I've tried the same query on your website and it works fine.  I'm using the 4.0 dll's.  Any help or insight would be appreciated.


.Ryan.



Ryan, 
  
 Thanks for your post, 
  
 The problem is from the entered text: "1234 Foothill, La Verne, CA 91750", if you use a space to instead of the "," the problem can be resolved correctly. 
  
 Also we have added the logic for processing the  "," symbol in the MapSuiteCore code, currently, we can these special symbols: "/", ".", ",", ">", "<". If you need please contact ThinkGeo surpport to get the latest version. Although, we still suggest you to use the space to split the search text. 
  
 If you have any other questions please let me know, 
  
 Thanks, 
  
 Scott,

Thanks Scott… removing the commas worked for me

Ryan, 
  
 Thanks for your post, if you have any other questions please let us know, 
  
 Thanks, 
  
 Scott,