LantLngX<T> extension

An extension on lists of lists containing double values to provide a convenient method for converting them into a list of LatLng objects.

on

Methods

toLatLng() List<LatLng>

Available on List<List<double>>, provided by the LantLngX extension

Converts a list of lists of double values representing latitude and longitude into a list of LatLng objects.