Posted By


Wiederkehr on 07/31/09

Tagged


Statistics


Viewed 105 times
Favorited by 0 user(s)

GeoCode variation


/ Published in: ActionScript 3
Save to your folder(s)

Add these numbers to have a small variation of longitude and latitude values.


Copy this code and paste it in your HTML
  1. latVariation = Math.random()*(0.006+0.006)-0.006;
  2. longVariation = Math.random()*(0.006+0.006)-0.006;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.