ARCarMovement icon indicating copy to clipboard operation
ARCarMovement copied to clipboard

This is navigation example on google map. Here Marker move as vehicles moves with turns as uber does in their app. Using old and new coordinates animating bearing value the markers are moving.

Results 5 ARCarMovement issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for making this in Swift. Could you explain clearly so that i can use it my project. Which method to be called and what values need to pass....

ON changing zoom level in delegate ARCarMovementDelegate GMSCameraUpdate *updatedCamera = [GMSCameraUpdate setTarget:driverMarker.position zoom:30.0f]; Then map not moving properly. Can anyone help me to fix this ?

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

enhancement
help wanted

Hello, Thanks a lot for this great library! But can you please suggest me how can I handle multiple marker from location array? Thank you,

help wanted