I am using the evaluation version of Mappoint 2002 in a VB program. My program displays the european map with various pushpins pointing to street addresses. I am trying to use the Country property of the StreetAddress object to zoom the map to the country where a pushpin has been selected, but this property only returns an integer reference rather than the country name. Is there a way I can convert this to the country name without having to hold an internal cross-reference table in my application ?