MVCArray<LatLng?>? get path => _getPath();
set path(Object? /*MVCArray<LatLng?>?|List<LatLng?>?*/ path) => _setPath(path);