Quote:
|
Originally Posted by Wilfried Quote: |
Originally Posted by SwedishStudent FindResults Results = MP.ActiveMap.FindAddressResults("A street", "A city", "Other city", "Region", "Postal code", "Germany"); | This will not compile since the country is not of type string but a type GeoCountry. |
Ok, so there is no way to automatically parse country names as strings into FindAddressResults? That makes it kind of difficult, since I have a rather long list of addresses which I need to find on a map.
The only thing that comes to mind is manually comparing the country strings with the GeoCountry values. This is weird, since I've heard from other sources that the FindAddressResults method actually can parse strings where the country value is supposed to be.