createPOIAlert

fun createPOIAlert(repeatAlert: Boolean, alertParam: AlertParam, classIDs: List<Int>? = null): List<CustomPOIAlert>?

Creates POI alerts for the specified POI class IDs.

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.

classIDs

List of POI class IDs to create alerts for. If null, no alerts are created.