View Single Post

  #1 (permalink)  
Old 09-07-2005
kmcelroy kmcelroy is offline
Junior Member
White Belt
 
Join Date: Sep 2005
Posts: 1
Send a message via Yahoo to kmcelroy
load lat/long to display in MapPoint

I am working with some sample code from this site.
Set objLoc = objMap.FindAddressResults(rstProps!strStreet, rstProps!strCity, rstProps!strState, rstProps!strPostalCode)(1)
Instead of the street address, I want to submit lat and long.
Any ideas how to do this?
Reply With Quote