cloudMapId property
Identifier that's associated with a specific cloud-based map style.
See https://developers.google.com/maps/documentation/get-map-id for more details.
Deprecated in favor of mapId.
Implementation
@Deprecated('cloudMapId is deprecated. Use mapId instead.')
String? get cloudMapId => mapId;