I am using Chromium Embedded Framework and CEF to show bing map in a windows application. we do pass origin, destination to the map using the waypoints, but upon loading the map, the current location of where we reside shows up first before drawing a path between origin and destination in the map.
we are using Microsoft.Maps.Directions and Microsoft.Maps.Location for this purpose.
any setting I have to disable to prevent showing the current location of the user upon loading the map?