Topic: loadGPSroute

hello MVD!

Can we have a sample of this method.   

thanks!

manixs

Re: loadGPSroute

Hello.



function LoadGPSRoute(AFilename: string; AColor: TColor = clRed; AWidth: integer = 2; ZoomToRoute: boolean = false): string
More info about GPX file: http://wiki.openstreetmap.org/wiki/GPX


example:

Form1.Map1.LoadGPSRoute('d:\file.gpx', clRed, 2, True);

Here you can download a sample GPX file
https://www.mapbox.com/help/define-gpx/

Dmitry.