averageOfCoordinates

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

Averages the location for a list of coordinates

Return

the average point

Parameters

coordinates

the list of coordinates