All Projects → tristandunn → Jquery Auto Geocoder

tristandunn / Jquery Auto Geocoder

Licence: mit
jQuery plug-in to automatically geocode and display a location entered.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jquery Auto Geocoder

Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+73.57%)
Mutual labels:  google-maps, geocoder
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-87.67%)
Mutual labels:  google-maps, geocoder
GoogleMapsHelper
An easy to integrate Model Based Google Maps Helper (SVHTTPClient, AFNetworking) That lets you Geo Code , Reverse Geocode, Get Directions , Places Autocomplete.
Stars: ✭ 21 (-90.75%)
Mutual labels:  google-maps, geocoder
Jquery Store Locator Plugin
A store locator plugin using Google Maps API version 3
Stars: ✭ 471 (+107.49%)
Mutual labels:  google-maps, jquery
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+349.78%)
Mutual labels:  google-maps, jquery
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (-44.49%)
Mutual labels:  google-maps, geocoder
React Places Autocomplete
React component for Google Maps Places Autocomplete
Stars: ✭ 1,265 (+457.27%)
Mutual labels:  google-maps, geocoder
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (-24.67%)
Mutual labels:  google-maps, geocoder
Kendo Ui Core
An HTML5, jQuery-based widget library for building modern web apps.
Stars: ✭ 2,394 (+954.63%)
Mutual labels:  jquery
Percircle
⭕️ CSS percentage circle built with jQuery
Stars: ✭ 217 (-4.41%)
Mutual labels:  jquery
Jquery Aniview
A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view.
Stars: ✭ 205 (-9.69%)
Mutual labels:  jquery
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (-7.05%)
Mutual labels:  jquery
Magnify
A lightweight jQuery magnifying glass zoom plugin.
Stars: ✭ 218 (-3.96%)
Mutual labels:  jquery
Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (-8.81%)
Mutual labels:  jquery
Bbs Ssm
南生论坛基于SSM框架,自适应手机端和电脑端,界面简洁美观,功能完善。演示地址:http://www.nanshengbbs.top
Stars: ✭ 221 (-2.64%)
Mutual labels:  jquery
Geolocation
Flutter geolocation plugin for Android and iOS.
Stars: ✭ 205 (-9.69%)
Mutual labels:  geocoder
Jcf
Advanced form elements customization using CSS/JS
Stars: ✭ 203 (-10.57%)
Mutual labels:  jquery
Addok
Search engine for address. Only address.
Stars: ✭ 226 (-0.44%)
Mutual labels:  geocoder
Jquery Multiselect
Turn a multiselect list into a nice and easy to use list with checkboxes.
Stars: ✭ 221 (-2.64%)
Mutual labels:  jquery
Bootstrap Checkbox
A checkbox component based on Bootstrap framework.
Stars: ✭ 214 (-5.73%)
Mutual labels:  jquery

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].