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 what you looking for https://developers.google.com/maps/documentation/javascript/reference#MapCanvasProjection and maybe http://stackoverflow.com/questions/1538681/how-to-call-fromlatlngtodivpixel-in-google-maps-api-v3 On 29 September 2015 at 07:38, Farook M <farookr...@gmail.com> wrote: > 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 message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-maps-js-api-v3+unsubscr...@googlegroups.com. > To post to this group, send email to > google-maps-js-api-v3@googlegroups.com. > Visit this group at http://groups.google.com/group/google-maps-js-api-v3. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at http://groups.google.com/group/google-maps-js-api-v3. For more options, visit https://groups.google.com/d/optout.