isFlat static method

bool isFlat(
  1. List latlngs
)

Returns true if latlngs is a flat array, false is nested.

Implementation

external static bool isFlat(List latlngs);