bramu
09-12-2007, 02:13 AM
I am having a problem locating streets.
I want to locate certain streets (e.g. Shrivenham Rd) but when I use the .Find method only a locality named Srivenham is found. In order to get the rooad I had to use .FindAddress method and in the address object I had to add .Country="UK", .PrimaryCity="Swindon" and .AddressLine="Shrivenham".
Is there any other way how to pass the String "Shrivenham" and get all the results (i.e. streets and locality") without specifiying the Country and Primary City?
I have tried several different settings including modifying .ThresholdScore but to no avail
Regards Bramu
I want to locate certain streets (e.g. Shrivenham Rd) but when I use the .Find method only a locality named Srivenham is found. In order to get the rooad I had to use .FindAddress method and in the address object I had to add .Country="UK", .PrimaryCity="Swindon" and .AddressLine="Shrivenham".
Is there any other way how to pass the String "Shrivenham" and get all the results (i.e. streets and locality") without specifiying the Country and Primary City?
I have tried several different settings including modifying .ThresholdScore but to no avail
Regards Bramu