GeoObjectSelectionMetadata constructor

GeoObjectSelectionMetadata(
  1. String objectId,
  2. String dataSourceName,
  3. String layerId,
  4. int? groupId,
)

Implementation

factory GeoObjectSelectionMetadata(core.String objectId,
        core.String dataSourceName, core.String layerId, core.int? groupId) =>
    GeoObjectSelectionMetadataImpl(
        objectId, dataSourceName, layerId, groupId);