MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




find Location Name through Longitude Latitude

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint Desktop Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-31-2005
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,137
find Location Name through Longitude Latitude

Hi
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 01-31-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Location: Belgium
Posts: 2,410
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 07-23-2008
Junior Member
White Belt
 
Join Date: Jul 2008
Posts: 4
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 07-24-2008
Senior Member
Black Belt
 
Join Date: Nov 2004
Location: Belgium
Posts: 2,410
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 02-17-2010
Junior Member
White Belt
 
Join Date: Feb 2010
Posts: 1
Re: find Location Name through Longitude Latitude

i wanted to find out place name by putting lat-long how to find out cud u pl help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 02-17-2010
Senior Member
Black Belt
 
Join Date: Nov 2004
Location: Belgium
Posts: 2,410
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
find, latitude, location, longitude


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -5. The time now is 02:43 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.0 RC3
MP2K Magazine
Visitor Map



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70