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

getDirectionPoint

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

Convert the route paths 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