You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-questions
Hi, Is it possible to call the google maps api from an erlang application ? Api are written in javascript and don't exist in another language. I don't imagine to rewrite them ...
Sean Cribbs
unread,
Sep 8, 2009, 11:10:23 AM9/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-questions
There are some pieces, for example the Geocoding API, that could be useful in Erlang. My initial Google and github searches don't come up with anything, however.
Sean
________________________________________________________________ erlang-questions mailing list. See http://www.erlang.org/faq.html erlang-questions (at) erlang.org
info
unread,
Sep 8, 2009, 12:48:25 PM9/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sean Cribbs, erlang-questions
That means there is nothing in Erlang excepted erl-geocode.erl ?
Steve Davis
unread,
Sep 8, 2009, 7:55:57 PM9/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-q...@erlang.org
Take a look at the Nitrogen web framework which has a google api implementation. The way Nitrogen approaches it may well be fairly easy to adapt to your particular needs. (the "api" it is after all just a very long query string on the url).