IAzureCosmosDbGetMapMarkersOfCompany Method

Retrieves the MapMarkerDtos belonging to company with company.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<Dictionary<Guid, MapMarkerDto>> GetMapMarkersOfCompany(
	CompanyDto? company,
	CancellationToken cancellationToken = default
)

Parameters

company  CompanyDto
The company the user belongs to. Use for global map markers.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskDictionaryGuid, MapMarkerDto
The MapMarkerDtos belonging to the company

See Also