Skip to content

venkatasaikatepalli/vue-google-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Google Search

A Vue google search box to find searches using Google Maps Places API.

npm version npm downloads LICENSE

Features

  • Search places, areas, address
  • Get current location with geohash code
  • generate your own geohash

Installing

Using npm:

$ npm install vue-google-search

Example

Generating Pagination for Given data

// import Vue-google-search module to modules
 import VueGoogleSearch from 'vue-google-search'
 export default {
    components: {
        VueGoogleSearch
    }
 }

Usage in template

    <vue-google-search
        id="map"
        classname="form-control"
        placeholder="Enter your search location"
        v-on:placechanged="getAddressData"
        :enableGeolocation="true"
        :country="['ind']"
        style="border-radius:0px;"
    >
    </vue-google-search>

Author

Venkata Sai Katepalli - Full Stack Engineer

License

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published