How do the "Map" Visual Coding blocks work? | Aquro Help Center

Cloud.Map.AddMarker

Adds a marker on a map component.

Parameters:
Map (Component) - The component containing the map
Longitude (Value) - The longitude where the marker should be dropped
Latitude (Value) - The latitude where the marker should be dropped
Title (Value) - The title of the marker

Return values:
None

Outlets:
Done - Always called

Cloud.Map.AddMarker

Set the center of the map

Parameters:
Map (Component) - The component containing the map
Longitude (Value) - The longitude where the center should be
Latitude (Value) - The latitude where the center should be

Return values:
None

Outlets:
Done - Always called

Cloud.Map.SetZoom

Set the zoom of the map

Parameters:
Map (Component) - The component containing the map
Zoom (Value) - Zoom level where 0 is the entire earth and higher value is more details

Return values:
None

Outlets:
Done - Always called