Community of VE/MapPoint Users and Developers
This is a discussion on I was wondering if Mappoint 2002 had an API that I.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I was wondering if Mappoint 2002 had an API that I could use to calculate the distance between 2 zipcodes? ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Thanks, Ross Lotharius |
| |||
|
Gilles posted this simple example to the newsgroup a while back: <pre> Private Sub Command1_Click() Dim loc1 As MapPoint.Location Dim loc2 As MapPoint.Location Set loc1 = oMap.FindAddressResults(, , , , "57642", _ geoCountryUnitedStates)(1) Set loc2 = oMap.FindAddressResults(, , , , "88020", _ geoCountryUnitedStates)(1) MsgBox loc1.DistanceTo(loc2) End Sub </pre> |
![]() |
| Tags |
| api, mappoint 2002, wondering |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I am wondering if anyone has built a COM add-in ap.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-13-2002 09:55 AM |
| I was wondering if there was any direct method to .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-13-2001 07:29 AM |
| Does MapPoint 2002 come with or can it come with d.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-07-2001 12:58 PM |
| Hello, I'm wondering if there is a way to include.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-04-2001 12:52 PM |
| My company was wondering what is the accuracy of y.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-11-2001 01:30 PM |