EtheaDev / DelphiGoogleMap

Delphi WebView2 Component to View Google Map with Routing and Markers Support
Apache License 2.0
79 stars 22 forks source link

Create multiple points on a route #11

Open managersistemas2106 opened 9 months ago

managersistemas2106 commented 9 months ago

Is there any way to create multiple points on a route?

carloBarazzetta commented 9 months ago

The component is quite simple: uses an HTML page with google maps javascript functions inside and then calls them. Look at the code where the html file is saved into temp folder and navigate the browser to is, so you can see the output produced by the component. If you find a google-map javascript example to produce what you need we can expand the javascript code of the component and call the new function to add multiple points on a route...