Example of Flight routes in React Maps Component

/
/
CurvedMaps

This sample demonstrates the flight routes from India to China.

More Details...

Loading....
Description

In this example, you can see how to render the curved lines between two points in a map. You can use the dashArray, width, and color properties to customize the appearance of the navigation lines..

Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a marker or tap a maker in touch enabled devices.


Injecting Module

Maps component features are segregated into individual feature-wise modules. To use the navigation lines, inject the NavigationLines module using the Maps.Inject(NavigationLines)method.