overviewPath property

List<LatLng?>? overviewPath

Implementation

List<LatLng?>? get overviewPath =>
    getProperty(this, 'overview_path')?.cast<LatLng?>();
void overviewPath=(List<LatLng?>? value)

Implementation

set overviewPath(List<LatLng?>? value) {
  setProperty(this, 'overview_path', value);
}