mapPointList

fun mapPointList(points: List<Point>): List<ReplayEventBase>

Take a list of Point and map it to events that can be replayed by the MapboxReplayer.

Return

ReplayEventBase

Parameters

points

containing location coordinates to be replayed.