averageOfCoordinates

open fun averageOfCoordinates(coordinates: List<List<LatLng>>): LatLng

Averages the location for a list of coordinates

Return

the average point

Since

1.1

Parameters

coordinates

the list of coordinates