Using Custom Google Maps in Reactor

Reactor allows you to add Google Maps with geolocation to your app.

Let’s say that you are building an app that shows all the restaurants in downtown San Diego, and has a map that pinpoints each restaurant location. In addition, the map will show the location of the app user, so they can see how close they are to each restaurant. In the app, you want to display all the restaurants, then show a map with both the user location and the restaurant location.

We’re using restaurants as an example, but this same method works for any location, whether it’s stores, churches, historical sites, etc. Let’s talk about how to make this app with Reactor.

Read More