how to move map along with user position in ionic 3 and angular 4 i google a lot still not found.
any reference
Thanks in advance
how to move map along with user position in ionic 3 and angular 4 i google a lot still not found.
any reference
Thanks in advance
I think you want the watchPosition
method that exists on the navigator object:
It returns observable that will emit values when the user moves. You can subscribe to that and then feed the updated latlng into your google map as the center property.