Move the marker along the with map as the user moves

here is two solution you have.

  1. Use onlocationtrue then it show you blue dot as your current location.

  2. Use fused api for current location and create you marker in locationchanged.

for fused api you can check from here.

thanks

Leave a Comment