Community of VE/MapPoint Users and Developers
This is a discussion on MapPoint Webservice Performance Issues within the MapPoint Web Service and Virtual Earth forums, part of the Map Forums category; I'm trying to retrieve latitude and longitude along with entity data from a custom data source uploaded to MapPoint CSS ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Here's a snippet of my code. Please let me know if I'm missing something. FindNearbySpecification findNearbySpecification = new FindNearbySpecification(); findNearbySpecification.DataSourceName = dataSource; if (distance == 0.0) distance = _MPDefaultRadius; findNearbySpecification.Distance = distance; findNearbySpecification.LatLong = new LatLong(); findNearbySpecification.LatLong.Latitude = latitude; findNearbySpecification.LatLong.Longitude = longitude; findNearbySpecification.Options = new FindOptions(); findNearbySpecification.Options.Range = new FindRange(); findNearbySpecification.Options.Range.StartIndex = 0; findNearbySpecification.Options.Range.Count = _MPMaxSearchResults; findNearbySpecification.Options.ResultMask = FindResultMask.EntityFlag|FindResultMask.LatLongFl ag; findNearbySpecification.Filter = new FindFilter(); findNearbySpecification.Filter.EntityTypeName = _MPEntityTypeName; findNearbySpecification.Filter.PropertyNames = GetPropertyNames(); foundNearByResults = _FindService.FindNearby(findNearbySpecification); |
| |||
| Re: MapPoint Webservice Performance Issues
OP, I am also having this problem, I wish you luck in finding a solution and if i find one will let you know.
__________________ http://www.4eto.co.uk – ETO Manufacturing Software |
| |||
| Re: MapPoint Webservice Performance Issues
Hi, I am using the mapoint staging webservice for the displaying the EU map. I am facing slow map rendering problem.For the first time the map is rendered correctly.After some time when i select it it is not displayed .This happens only some times and not always and i dont know why is this happening. Could any one tell me how to fix this if they have experienced the same problem. Cheers, Deepa |
![]() |
| Tags |
| entityflag, findresultmask, issues, latlongflag, mappoint, performance, webservice |
| ||||
| Posted By | For | Type | Date | |
| Merging Multiple Routes - MapPoint Articles - MP2K Magazine | This thread | Refback | 10-10-2008 10:03 AM | |
| The Magazine for MapPoint - MP2K Magazine | This thread | Refback | 10-08-2008 05:03 PM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MapPoint 2009 issues | Christopher@Georger.Com | MapPoint 2006/2009 Discussion | 0 | 09-15-2008 02:32 PM |
| how to migrate our mappoint webservice developement to virtual earth webservice ? | sickboy | MapPoint Web Service and Virtual Earth | 0 | 12-05-2007 06:35 PM |
| MapPoint/S&T Install Issues | dstone | MapPoint 2006/2009 Discussion | 3 | 07-23-2007 01:31 PM |
| MapPoint 2004 Performance Issues (c++) | nicolas | MapPoint 2006/2009 Discussion | 5 | 06-20-2006 08:51 AM |
| MapPoint Add-In performance | rseman | MapPoint 2006/2009 Discussion | 2 | 05-06-2003 09:00 AM |