/ Published in: ActionScript 3
Add these numbers to have a small variation of longitude and latitude values.
Expand |
Embed | Plain Text
latVariation = Math.random()*(0.006+0.006)-0.006; longVariation = Math.random()*(0.006+0.006)-0.006;
You need to login to post a comment.
