Ideas for creating floorplan with ionic

Hi all

I’m creating an app with ionic and one feature would be a floorplan guide. At simplest the functionality could be an image showing the area with some points of interest. Maybe there could also be a list containing those points and by clicking an item in the list the map would pan + zoom at selected point. The problem is that i’m not sure where to start.

Is there some ionic features I could use or maybe some other useful libraries?
And how could I attach those points in correct location on the image? Or am i going all wrong with the image thing and some better technique could be used?

Any help or ideas are very much appreciated. Thanks!

You could definitely use ion-scroll for zooming, and a simple svg element for the floor plan and interest points.

Thanks mhartington! I will look into ion-scroll.