Community of VE/MapPoint Users and Developers
This is a discussion on I am considering using MP2K , i have lat/long data.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am considering using MP2K , i have lat/long data only of locations i have to visit. Is it possible ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
|
Yes is the answer. Straight out of the help file... Find a place using latitude and longitude coordinates (through the MapPoint GUI): On the Edit menu, click Find, and then click the Lat/Long tab. In the Latitude box, type the latitude of the place you want to find. In the Longitude box, type the longitude of the place you want to find. Click Find. Note For each latitude and longitude coordinate you find, MapPoint creates a Pushpin on your map. You can add text to the Pushpin balloon and rename it. These Pushpins are automatically stored in a Pushpin set called My Pushpins and saved with your map. Click OK. Notes You can express latitude and longitude coordinates in decimal or DMS (degrees, minutes, and seconds) format. DMS coordinates can be entered in any of the following ways, where D indicates direction (north, south, east, or west): dd.mm.ssD dd:mm:ssD dd mm ssD dd°mm'ss"D If you are entering coordinates in decimal format and the location is south of the equator or west of the Prime Meridian in Greenwich, England, express the latitude or longitude as a negative value; for example, -15.75 degrees latitude and -64.25 degrees longitude. Alternatively using code (GetLocation): Dim objApp As New MapPoint.Application Dim objLoc As MapPoint.Location 'Get the location of Los Angeles, CA, using latitude and longitude Set objLoc = objApp.ActiveMap.GetLocation(47.75399, -121.97436, 100) objLoc.GoTo Not tested the import data wizard, but I expect it will cater for Long/Lat. |
| |||
| Need info on finding address using lat/long in VB
I am trying to use Mappoint in VB. To start, I simply want to creat a form that you enter the lat/long and it will use mappoint to display the address in a label...Very simple it seems, but I cannot seem to get it to work. I've played with the GetLocation, but cannot seem to get the translated address of the lat/long. Please respond to my email address mikesachais@cswebmail.com. Thank you in advance. |
![]() |
| Tags |
| data, lat or long, mp2k |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to export data, including Lat and Long from many pushpin | tonyc789698 | MapPoint 2006/2009 Discussion | 1 | 11-26-2004 04:55 PM |
| Importing Lat Long Data to MapPoint2002 | epacop | MapPoint 2006/2009 Discussion | 1 | 08-19-2002 09:54 PM |
| MapPoint file with imported lat/long data for the .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 10-24-2001 10:45 AM |
| How can input data map of thailand in mp2k... .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-13-2001 03:27 AM |
| Can MP2K link with SQL 7.0 data dynamically?.... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-03-1999 12:48 AM |