Re: [Google Maps API v3] Client side geoding libraries

2015-09-29 Thread Barry Hunter
Well geocoding is usually converting a textual address, into a coordinate. They usually need large databases of address data, so a pure client side solution is not really practical. However your mention of pixel, maybe you dont mean traditional geocoding at all? Maybe the Projection classes are w

[Google Maps API v3] Client side geoding libraries

2015-09-29 Thread Farook M
Hi All, Is there any Pure client side geocoding JavaScript Libraries available? Like if we give lat long info it should get converted into pixel information in the browser itself, without connected to the server. Is there any such libraries available? Thanks, M.Farook -- You received this me