Community of VE/MapPoint Users and Developers
This is a discussion on Need urgent help. within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; I am building up an Windows application where I need to find place by giving Latitude and Longitute as an ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Need urgent help. I have done 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); } But I am getting an error like this: "The request failed with HTTP status 401: Unauthorized." Please help me out. |
![]() |
| Tags |
| urgent |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent Upgrade to 200 Needed | BobFromBoston | MapPoint 2006/2009 Discussion | 3 | 06-18-2007 11:24 PM |
| Urgent: Shading Problem. Can you help? | tobes | MapPoint 2006/2009 Discussion | 3 | 03-31-2007 07:24 PM |
| Lat Lon problem URGENT HELP | Abilio Serafim | MapPoint 2006/2009 Discussion | 1 | 05-04-2005 01:21 PM |
| Using Map Point APIs(URGENT) | amitsh | MapPoint 2006/2009 Discussion | 0 | 03-16-2004 10:28 PM |
| Need help URGENT | amitsh | MapPoint 2006/2009 Discussion | 2 | 03-09-2004 05:38 PM |