open static fun getDirectionPoint(stepList: MutableList<Step>): ArrayList<LatLng>
Convert the route paths to list of latitude and longitude.
stepList - The list of steps.
stepList
Return The list of latitude and longitude that converted from the list of steps.
Since 1.0.0