Example of Marker template in React Maps Component

/
/
MarkerTemplateMaps

This sample indicates the temperature of various cities of Australia in marker templates.

More Details...

Loading....
Description

In this example, you can see how to place a template as a marker in the map. Any custom HTML elements can be used as a marker. You can use the autoFill property in the shapeSettings to apply the default palette colors to the shapes.


Injecting Module

Maps component features are segregated into individual feature-wise modules. To use a marker template, inject the Marker module using the Maps.Inject(Marker) method.