Giter VIP home page Giter VIP logo

jquery-auto-geocoder's Introduction

jQuery Automatic Geocoder

A jQuery plug-in to automatically geocode and display a location entered in a text field by a user.

Usage

  1. Include jQuery.
  2. Include the Google Maps JavaScript API Version 3.
  3. Include the plug-in.
  4. Set a width and height for the map using the class name, which is jquery-auto-geocoder-map by default.
  5. Call autoGeocoder on your location input(s).

Example

$(function() {
  $('#location').autoGeocoder();
});

See examples for more.

Options

className

The class name of the map container. Defaults to jquery-auto-geocoder-map.

position

Where to insert the map container. Supported options are after and before for after and before the element, or a custom jQuery selector for where the element should be appended. Defaults to after.

delay

The time, in milliseconds, to wait after a keypress before geocoding the location. Defaults to 500.

success.zoom

The zoom level to use after a successful geocoding. Supported options are any Google Maps zoom level, or auto to have it automatically determined. Defaults to auto.

initial

The initial options used to create the map. Accepts any options google.maps.Map accepts. The zoom and center options are also used to reset the map after an unsuccessful geocoding. See the bottom of jquery.auto-geocoder.js for all the defaults.

Credits

License

jquery-auto-geocoder uses the MIT license. See LICENSE for more details.

jquery-auto-geocoder's People

Contributors

tristandunn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.