The bearing angle is between 0 - 360 degrees, where 0 - North, 90 - East, 180 - South, 270 - West. getDistanceTo(origin:Location, destination:Location, units?:DistanceUnits, highAccuracy?: boolean)numberCalculate the distance between two locations on the surface of the earth using the Have...
Examples: distanceBeforeFirstTurn=500 headinghdOptional.Specifies the initial heading for the route. An integer value between 0 and 359 that represents degrees from north where north is 0 degrees and the heading is specified clockwise from north. For example, setting the heading of 270 degrees crea...
In some applications it may be necessary to perform complex spatial calculations, such as the distance between two locations, or intersection area of two polygons. The Spatial Math module provides several commonly required spatial calculations. ...
In some applications it may be necessary to perform complex spatial calculations, such as the distance between two locations, or intersection area of two polygons. The Spatial Math module provides several commonly required spatial calculations. ...
executing any spatial query other than proximity (find the nearest), point-in-polygon, distance between two points or find and route within the Services. For avoidance of doubt, Company Application may perform geofences, buffers or query a spatially enabled database. ...
executing any spatial query other than proximity (find the nearest), point-in-polygon, distance between two points or find and route within the Services. For avoidance of doubt, Company Application may perform geofences, buffers or query a spatially enabled database. (e) Bing Maps Mobile Asset...
Find a driving route that minimizes the distance and specifies that the first turn must be at least 500 meters from the starting point. The following example optimizes a route between two locations for distance. The first turn on the route must be 500 meters or more from the starting point...
Use this parameter to make sure that the moving vehicle has enough distance to make the first turn. Examples: distanceBeforeFirstTurn=500 dbft=500 heading hd Optional. Specifies the initial heading for the route. An integer value between 0 and 359 that represents degrees from north where north ...
The following example shows how to request a driving route between two locations that minimizes the use of toll roads. Responses are shown for both XML and JSON formats.url Copy http://dev.virtualearth.net/REST/V1/Routes/Driving?wp.0=redmond%2Cwa&wp.1=Issaquah%2Cwa&avoid=minimizeTolls...
A double value between 0 to 360, where 0 = North [default], 90 = East, 180 = South, 270 = West. Example: orientation=270 pushpin pp Optional. One or more pushpin locations to display on the map. A series of values that include a Point value (latitude and longitude) with options to...