createTrafficSignsAlert

fun createTrafficSignsAlert(repeatAlert: Boolean, alertParam: AlertParam, trafficSigns: List<TrafficSign>): List<CustomPOIAlert>?

Creates traffic sign alerts for the specified traffic sign types.

Return

List of created custom POI alerts, or null if creation failed.

Parameters

repeatAlert

If true, the alert will be triggered repeatedly while valid. If false, the alert is triggered only once.

alertParam

Alert timing and distance parameters.

trafficSigns

List of traffic sign types to create alerts for.