how can I show the navigation gps data on google maps? -


i have gps device populates data continuously. need show movement on google maps. example user moving phoenix la. need show movement blue marker on google maps showing movement along path traveled.

is possible there maps api me like: keep pinging new lat, long google maps. , google maps keep showing advancing movement on map.

you need implement locationlistener force implement 4 methods. 1 of methods onlocationchanged method, when location changes update , want. guess want update , show current location.

it important use requestlocationupdates() , check out:

http://developer.android.com/training/basics/location/locationmanager.html


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -