Any Erlang API to access GoogleMap?
Regards,
Zabrane
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Google Maps is more of an UI thing. Which particular map-related Google service are you interested in?
which can be used ONLY for doing geocoding of data which will be shown
on public web sites, which are using Google Maps Javascript API for
visualizing results of geocoding. Hence you can't use it for geocoding
something for internal use. It has to be related to public web site
with Google maps displayed on them.
Requests are pretty simple:
and returns simple JSON
Best,
Gleb Peregud
Green Elephant Labs
P.S. We are close to finishing a geocoding server which is capable of
handling very flexible unstructured queries at the moment. It may be
open-sourced in future :)
Exactly the kind of request I was looking after. Thanks Gleb.
> P.S. We are close to finishing a geocoding server which is capable of
> handling very flexible unstructured queries at the moment. It may be
> open-sourced in future :)
Awesome if it'll be open-sourced.