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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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