CartographicBoundaryDataSource
interface CartographicBoundaryDataSource
Interface representing a data source for managing CartographicBoundary objects. This data source could be local storage, a remote server, or another solution for storing cartographic boundaries.
Inheritors
Functions
Link copied to clipboard
Creates a new CartographicBoundary in the data source.
Link copied to clipboard
Retrieves a stream (Flow) of all CartographicBoundary objects from the data source. This Flow will emit updates whenever a new cartographic boundary is created or an existing one is updated.
Retrieves a stream (Flow) of CartographicBoundary objects associated with a specific Region. The Flow might emit null if no cartographic boundary is found for the provided region.
Link copied to clipboard
Updates an existing CartographicBoundary in the data source.