ARCarMovement
ARCarMovement copied to clipboard
Clearing Vehicles
Having an issue clearing the vehicles on the map. Should this be the normal route?
DispatchQueue.main.async {
for marker in self.mapVehicleMarkers {
marker.map = nil
}
}
self.mapVehicleMarkers = []