maps-utils-ktx / com.google.maps.android.ktx.utils / kotlin.String

Extensions for kotlin.String

toLatLngList

Decodes this encoded string into a LatLng list.

fun String.toLatLngList(): List<LatLng>