List<JSAny /*string|LatLng|LatLngLiteral|Place*/ > get destinations => _destinations.toDart;
set destinations(List<JSAny /*string|LatLng|LatLngLiteral|Place*/ > value) => _destinations = value.toJS;