IAzureCosmosDbGetMapMarkersOfCompany Method
Retrieves the
MapMarkerDtos belonging to company with
company.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<Dictionary<Guid, MapMarkerDto>> GetMapMarkersOfCompany(
CompanyDto? company,
CancellationToken cancellationToken = default
)
- company CompanyDto
- The company the user belongs to. Use for global map markers.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskDictionaryGuid,
MapMarkerDtoThe
MapMarkerDtos belonging to the company