ios - Keep user location center in Google Maps - Swift -
i have implemented google maps in swift project , using locationmanager track , print out users location.
i changing camera position user moves around seems bit jerky map moves blue dot (user location) moves.
is there way keep user location centered @ times , have map move?
you can enable
mapview.mylocationenabled = true and see answer more info camera updating -> shows how update camera 2 positions or center location
Comments
Post a Comment