Hello team,

We are evaluating Elm usage in our project  and before we get our hands 
dirty with the syntax I want to ask whether are there any conceptual 
problems with Google Maps integration? 
The interface we are looking forward to implementing in the Elm is similar 
to the Airbnb's search page:

* there is a filter panel on top, details panel on the left and map on the 
right
* we have a map movement hook: after user moves a map we send coordinates 
of the newly displayed area to the server
* in response server sends the updated set of the markers to display 
* markers that ended up outside of visible area are removed and new markers 
are added

Is that kind of interconnectivity possible? Does anyone have an experience 
of implementing JS callbacks in Elm? 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to