A map to display the coordinates with the additional statistic data. The component supports custom coordinates and zoom levelling.
name
string
Component name
setData
data: object
void
Set component data. Data is an array of points with the following structure:
{
name: string;
color?: string;
value: number;
latitude: number;
longitude: number;
}
On Init
Triggered when the component is initialized
Last updated 4 months ago
Was this helpful?