jquery - Google Maps Simulating Random Movment -


i planning building application simulate movement on google map not seeing examples of want. movement want movement along random paths want move pin forward particular predefined point without breaks or skipping points after time lets after 10 mins of moving in 1 direction turn left or right, stop, forward or backward , on.

i not want use defined paths. doesn't matter if movement goes off road, once movement happening in order without breaks. want able log movement every 10 seconds. not sure event listener have registered handle or how handled.

i implements using jquery. accepting advice, examples , demos (examples not have in form of code snippets. can formula on how modify longlat coordinates simulate path). if know how increment longlat coordinate make movement forward have no understanding of how manipulate longlat coordinates.

this think:

find way increment coordinates move straight modify degrees turn , move again turn , on.

google have noce tool called google playground, can check animation sample using google maps api v3

https://code.google.com/apis/ajax/playground/?exp=earth#animate_v3


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -