ARCarMovement icon indicating copy to clipboard operation
ARCarMovement copied to clipboard

Clearing Vehicles

Open drewg233 opened this issue 5 years ago • 0 comments

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 = []

drewg233 avatar Sep 10 '18 18:09 drewg233