I want to edit the routes of a map in Windows Phone 7.1.
Current functionality: Custom bing maps control asking for two points and route is drawn using these methods specified in: http://msdn.microsoft.com/en-us/library/ee681887.aspx
Trying to mimic these functionalities from BingMaps web interface.
Route based on start and end
Start of change of route
3.Final route after the edit
Current functionality in app:
GestureListener attached to added map layer containing route line -->(To listen to Drag Start , DragCompleted) Map Pan event --> to disable the map zoom effect if map layer is dragged
Trying to mimic the equivalent effect on dragging and changing a route while in Bing Maps, was able to update the layer.
Issues: Precise control on map layer drag achieved at high zoom levels only.
In effect when trying to mimic the bingMaps web control features in Metro, the polished feel in UI is lost.
So thinking of alternate ways like :-
Is this feature possible via BingMapsDirectionsTask to get a callback back to the application after opening bingMaps?