googleDirectionLibrary / com.akexorcist.googledirection.util / DirectionConverter / getSectionPoint

getSectionPoint

open static fun getSectionPoint(stepList: MutableList<Step>): ArrayList<LatLng>

Convert the position of each step to list of latitude and longitude.

Parameters

stepList - The list of steps.

Return
The list of latitude and longitude that converted from the list of steps.

Since
1.0.0