Community of MapPoint and Bing Maps Users and Developers
This is a discussion on find Location Name through Longitude Latitude within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi In map point web service we can find Longitude Latitude through Location Name. But My problem is that if ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| find Location Name through Longitude Latitude In map point web service we can find Longitude Latitude through Location Name. But My problem is that if I enter Longitude Latitude I want Location Name. I have not found any method in mappoint web service. so is that any Method is there In Map point web service. |
| |||
|
Hi, There is separate forum for mappoint web service. I think you have more chanse to have an answer if you post it there: http://www.mp2kmag.com/mappoint/disc...forum.asp?f=11
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be www.expertsoftware.be MapPoint coding demo |
| |||
| Re: find Location Name through Longitude Latitude
My Problem is also the same. I am getting an error as "The request failed with HTTP status 401: Unauthorized." I have done something like this: LatLong latlong = new LatLong(); latlong.Latitude =Convert.ToDouble(txtLat.Text); latlong.Longitude = Convert.ToDouble(txtLong.Text); //Define get info options object GetInfoOptions options = new GetInfoOptions(); options.IncludeAllEntityTypes = false; options.EntityTypesToReturn = new string[] { "PopulatedPlace" }; Location[] returnLocation; returnLocation = findService.GetLocationInfo(latlong, cmbZone.Text, options); //Get entity information for (int i = 0; i < returnLocation.Length; i++) { MessageBox.Show(returnLocation[i].Entity.DisplayName); } Please help me out...! Or tell me why does this error come? |
| |||
| Re: find Location Name through Longitude Latitude
hi, I have no answer for your question, but this looks like a question for mappoint web service. There is separate forum for mappoint web service. I think you have more chance to have an answer if you post it there: http://www.mp2kmag.com/mappoint/disc...forum.asp?f=11
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be www.expertsoftware.be MapPoint coding demo |
| |||
| Re: find Location Name through Longitude Latitude
Hi, The GetLocation() function is what you need. It has coordinates as arguments and returns a collection of Location objects with information about address, postcode, etc
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz www.comfortsoftware.be www.expertsoftware.be MapPoint coding demo |
![]() |
| Tags |
| find, latitude, location, longitude |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using longitude and latitude to find adress | Edward_Carnby | MapPoint Desktop Discussion | 4 | 07-22-2008 08:12 AM |
| How to get latitude and longitude | ma2005pp | MapPoint Desktop Discussion | 3 | 09-28-2005 01:57 AM |
| From Location to Latitude Longitude | Anonymous | MapPoint Desktop Discussion | 1 | 01-29-2004 01:45 PM |
| Latitude and Longitude | Anonymous | MapPoint Desktop Discussion | 1 | 11-25-2003 12:52 PM |
| NMEA latitude/longitude and mappoint latitude/longitude | muurman | MapPoint Desktop Discussion | 3 | 11-22-2003 04:42 AM |