Load points on a map

Hi, i’m newbie in Ionic Framework. I’m brazilian and my english is poor but i’ll try explain my question.
I’m trying make an app (android) using gps+map to show pizzerias and menu of them.

How register these pizzerias and menu and show in a map?
Which the best way to make that??

Build web app to register(pizzeria + menu) and access this into the app?
How can i do that?
Help me…

Thank y’all

The following link is an example of adding a map point using Ionic and Angular.

If you are able to get the lat/long coordinates of the pizzeria’s address using geocoding then I think you’ll have your solution.

Here’s links to Google’s geocoding service for their maps api:


https://developers.google.com/maps/documentation/javascript/geocoding?csw=1

Hope that helps,
~ Brad

1 Like