I would like to know how to install google maps for a taxi app. The user must be able to enter his starting address and his arrival address. And display the number of km between the two.
The following example will get you started:
Multiple Markers in Google Maps
Embed Google Map on your site with multiple location markers, marker clustering, and custom controls using the HTML component.
Once you have the map in place, you can customize according to the Google Maps API documentation .
@juliendeclerck I checked the example and it runs fine. You can play with the example in your editor, adjust to your needs and implement on your site.
Once you’re satisfied that it works the way you want, you can copy the code from the example to the Code Panel on your site. Note that you will need to add all the event handlers in the Properties Panel and change the IDs in code to the relevant IDs of your elements.
See the article Working with the HTML Element in Corvid for information on use, and refer to the HtmlComponent API for full details.
@yisrael-wix Thank you. I have found a solution ( I think ^^) …