Building a Map based WebApp fast?
- by NLemay
I want to build a WebApp which is basically a map with points of interest, filters, and a list of those points. Something really similar to AirBnB, or any other map based app.
Of course, I could just take Google Maps API and build what's around. But I guess a lot of people already did that, and may be I could use their work to make mine faster. Here's what I need :
Adding multiples POI
A list of POI that are showed on the map
A way to filter POI
Most have a behavior to handle a lot of POI
Can works on mobile and tablet
I already know one template that can do nearly all of this, it is call Bootleaf. But I would like to know if you know others that might work better.