Asset Point Animations Functions definitions
Methods
# inner activateAssetPointsAnimations(geojson_asset_points, geojson_assetpoints_directions, geojson_anchors, geojson_antennas, wall_intersections_points, geojson_lines_of_sight, geojson_walls, pulsing_dots_layers_sources, asset_point_animations, cpu_frame_rate, last_frame, animation_speed_factor)
Activate Asset Point Animations
Parameters:
| Name | Type | Description |
|---|---|---|
geojson_asset_points |
FeatureCollection
|
Asset Points FeatureCollection |
geojson_assetpoints_directions |
FeatureCollection
|
Asset Points Directions FeatureCollection |
geojson_anchors |
FeatureCollection
|
Anchors FeatureCollection |
geojson_antennas |
FeatureCollection
|
Antennas FeatureCollection |
wall_intersections_points |
FeatureCollection
|
Map Features Walls Points Intersections FeatureCollection |
geojson_lines_of_sight |
FeatureCollection
|
Lines of Sight FeatureCollection |
geojson_walls |
FeatureCollection
|
Map Features Walls FeatureCollection |
pulsing_dots_layers_sources |
Array
|
Pulsing Dots sources Array |
asset_point_animations |
Array
|
Asset Point Animations Array |
cpu_frame_rate |
number
|
CPU frame rate |
last_frame |
number
|
last frame |
animation_speed_factor |
number
|
value of animation speed factor |
# async inner animateAssetPointWithCustomMove(index, geojson_asset_points, geojson_assetpoints_directions, geojson_anchors, geojson_antennas, wall_intersections_points, geojson_lines_of_sight, geojson_walls, pulsing_dots_layers_sources, animations, cpu_frame_rate, last_frame, animation_speed_factor) → {null}
Async function to animate Asset Point with a custom move
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number
|
Asset Point index ID |
geojson_asset_points |
FeatureCollection
|
Asset Points FeatureCollection |
geojson_assetpoints_directions |
FeatureCollection
|
Asset Points Directions FeatureCollection |
geojson_anchors |
FeatureCollection
|
Anchors FeatureCollection |
geojson_antennas |
FeatureCollection
|
Antennas FeatureCollection |
wall_intersections_points |
FeatureCollection
|
Map Features Walls Points Intersections FeatureCollection |
geojson_lines_of_sight |
FeatureCollection
|
Lines of Sight FeatureCollection |
geojson_walls |
FeatureCollection
|
Map Features Walls FeatureCollection |
pulsing_dots_layers_sources |
Array
|
Pulsing Dots sources Array |
animations |
Array
|
Pulsing Dots sources Array |
cpu_frame_rate |
number
|
CPU frame rate |
last_frame |
number
|
last frame |
animation_speed_factor |
number
|
value of animation speed factor |
null if no animations is setted
null
# inner stopAssetPointsAnimations(geojson_asset_points)
Stop Asset Point Animations
Parameters:
| Name | Type | Description |
|---|---|---|
geojson_asset_points |
FeatureCollection
|
Asset Points FeatureCollection |