google-locator-sandive
v0.1.2
Published
This is a simple library for integrating Google Maps into your web application. It provides a location search bar and real-time map updates.
Downloads
2
Readme
Google Locator Sandive
Google Locator Sandive is a simple library for integrating Google Maps into your web application. It provides a location search bar and real-time map updates.
Installation
You can install the library using npm:
npm install google-locator-sandive
Usage
Import the Location component:
import { Location } from 'google-locator-sandive';
Add the Location component to your application, providing your Google Maps API key as a prop:
<Location google_Api={YOUR_API_KEY_HERE} />
Replace YOUR_API_KEY_HERE with your actual Google Maps API key.
Features
- Quick integration of Google Maps.
- Location search bar for user input.
- Real-time map updates as users enter locations.
- Display of the selected location's address in the search bar.