List<LatLng?>? get locations => getProperty(this, 'locations')?.cast<LatLng?>();
set locations(List<LatLng?>? value) { setProperty(this, 'locations', value); }