Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS VCL WebGMaps
Polygons created from the coordinates retrieved from the GetDirections call are not displayed exactly on top of map roads.

Please note that the precision of the route path coordinates retrieved from the GetDirections call is limited. Unfortunately this is a limitation of the Google Maps Directions API which we have no control over.

Alternatively you can use the RenderDirections call to display the route using the Google API instead of using a Polyline. This technique has better precision.

Example:

WebGMaps1.RenderDirections('Hamburg', 'Hannover');