View Single Post

  #1 (permalink)  
Old 07-29-2002
KLewis KLewis is offline
Junior Member
White Belt
 
Join Date: Jul 2002
Posts: 1
Latitude/Longitude guestions

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
Reply With Quote