Skip to main content

4 posts tagged with "Maps"

Articles about map integration in mobile apps

View All Tags

Building Uber-like Geolocation Features in React Native

· 14 min read
Full Stack Developer
Last updated on November 25, 2023

how to build an app like uber

Have you ever wondered how to make an app like Uber using React Native? Taxi apps such as Uber, Lyft, Didi or Ola have been extremely popular in the last couple of years, and that is highly correlated with the fact that the cost of building a mobile app like Uber, with Maps and Geolocation Tracking functionality has decreased dramatically. At Instamobile, we offer high-quality React Native Templates to help developers start their app faster. Check out our stunning Uber Clone, in case you want to skip at least one year of development for your taxi booking app.

React Native Maps Integration

· 14 min read
Full Stack Developer
Last updated on March 1, 2022

react native maps

You might have seen Google Maps in almost all the apps these days. Some mobile apps are displaying their outlet locations, track users (like Uber), showing nearby places, etc. So, it shows the importance of maps support in mobile apps. Today, we are going to integrate Google Maps in a React Native app step by step, using the popular React Native Maps package.

Draw Directions on Maps in React Native

· 6 min read
Full Stack Developer
Last updated on March 10, 2021

draw directions intro

Today we’re going to draw directions route on a map in React Native, showcasing the path between two different locations. We’re going to make use of react-native-maps which is a powerful library, allowing us to draw polylines between multiple coordinates. We are also going to use Google Directions API, in order to fetch precise directions routes between two coordinates.