/Google-Places-Autocomplete-with-Google-Maps-inReact-Native-

This module will autocomplete name of place which user is typing for search and mark that location on google maps.

Primary LanguageJavaScript

Google-Places-Autocomplete-with-Google-Maps-inReact-Native-

In this project google-places-autocomplete and google maps are used. This module will autocomplete name of the place which user want to seach as you have observed in GOOGLE MAPS location search bar and also it will mark the searched place on map with a marker.

Getting started

These instructions will get you a basic requirements to run this project.

Prerequisites

  • Install expo app in you moblie device.
  • react-native-google-places-autocomplete
    • Customizable Google Places autocomplete component for iOS and Android React-Native apps
  • react-geocode
    • This module is used to get current location of user. Initially when user open this application marker will show current location.
    • A module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
  • react-native-maps
    • React Native Map components for iOS + Android.
  • GOOGLE-MAPS-API

Installation

expo start

  • Scan Qr code which will shown on your desktop screen with your expo app.
  • The page will reload if you make edits.
  • You will also see any lint errors in the console.

Built With