mariuszdybala
mariuszdybala
Is there any update regarding this issue? All links to the documentation are broken.
In order to hide InfoWindow you need to create your own implementation of MapDelegate and override MarkerInfoWindow method, like that -> public override UIView MarkerInfoWindow(MapView mapView, Marker marker) { return...
I'm also looking forward to seeing it in MAUI. In the meantime, what is the best practice for MAUI to have background tasks that periodically perform REST requests to get...