deleteWaypoint

abstract suspend fun deleteWaypoint(waypoint: WaypointEntity)

Delete a single waypoint debug (for debugging or global operations).


abstract suspend fun deleteWaypoint(trackId: Int, id: Double)