HI, all
I want to find a place in Canada by code, like this:
goMapApp = createobject("MapPoint.Application")
goMap = goMapApp.ActiveMap
goLoc1 = goMap.Find("2967 Richmond street, ottawa, Canada")
But I have find Null.
Is this the correct format of address: 2967 Richmond street, ottawa, Canada?
If not , Could you show me the address can be find by mappoint?
Thanks!
Henry