Building a Map based WebApp fast?

Posted by NLemay on Programmers See other posts from Programmers or by NLemay
Published on 2014-08-22T18:57:54Z Indexed on 2014/08/22 22:32 UTC
Read the original article Hit count: 240

Filed under:
|

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.

Map based application

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.

© Programmers or respective owner

Related posts about web-applications

Related posts about map