BING MAPS Drawing a zone based on various coordinates -


i have database coordinates of map point, information have draw circle zones in dependency proximity of it, example if have 4 point close 2 miles create zone , i'll draw zone in maps, need know formulas or methods need solve problem, maybe can documentation kind of coordinates algorithm

there couple of different ways this. 1 option group locations based on distance clusters , use coordinates of each point in cluster create convex hull. http://www.codeproject.com/articles/29275/convex-hull

another approach create voronoi diagram create regions. take @ blog post: http://alastaira.wordpress.com/2011/04/25/nearest-neighbours-voronoi-diagrams-and-finding-your-nearest-sql-server-usergroup/


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -