In MapPoint 2002, I can turn on the Location Sensor and see the latitude
and longitude for the location my mouse hovers over. I would like to do the same through the object model so I can write my own VBA code to return the latitude/longitude for a specific address.
With my limited knowledge of the object model, it appears that the
Location object can be either 'GeoByLatLong' or 'GeoByFindAddress', but not both. In other words, if I were to find an address using the
map.FindAddressResults method, can I then retrieve the Lat/Long coordinates even though the Location object type is geoByFindAddress?
If anyone has any experience with this, please respond. Thanks