All Projects → mapbox → Mapbox Gl Geocoder

mapbox / Mapbox Gl Geocoder

Licence: isc
Geocoder control for mapbox-gl-js using Mapbox Geocoding API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mapbox Gl Geocoder

Flutter geocoder
Flutter plugin for forward and reverse geocoding
Stars: ✭ 134 (-35.27%)
Mutual labels:  plugin, geocoding
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (-71.01%)
Mutual labels:  geocoding, mapbox-gl-js
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (-6.28%)
Mutual labels:  plugin
Wechatplugin Macos
No description or website provided.
Stars: ✭ 13,280 (+6315.46%)
Mutual labels:  plugin
Pluginframework
Everything is a Plugin in .NET
Stars: ✭ 197 (-4.83%)
Mutual labels:  plugin
Hexo Prism Plugin
Hexo plugin for code highlighting by prism.js, supporting JSX syntax
Stars: ✭ 195 (-5.8%)
Mutual labels:  plugin
Dont Break
Checks if the current version of your package would break dependent projects
Stars: ✭ 200 (-3.38%)
Mutual labels:  plugin
Testcafe React Selectors
TestCafe selector extensions for React apps.
Stars: ✭ 191 (-7.73%)
Mutual labels:  plugin
Prise
A .NET Plugin Framework.
Stars: ✭ 207 (+0%)
Mutual labels:  plugin
Assistant
✏️ Generate human quality code from your design. supports flutter, react, vue, figma, sketch, xd
Stars: ✭ 199 (-3.86%)
Mutual labels:  plugin
Casbin Authz Plugin
Docker Authorization Plugin based on Casbin
Stars: ✭ 204 (-1.45%)
Mutual labels:  plugin
Vlc Bittorrent
A bittorrent plugin for VLC.
Stars: ✭ 198 (-4.35%)
Mutual labels:  plugin
Admob Plus
Trustable AdMob Plugin for Cordova, Capacitor, Ionic
Stars: ✭ 195 (-5.8%)
Mutual labels:  plugin
Network Media Library
Network Media Library plugin for WordPress Multisite
Stars: ✭ 203 (-1.93%)
Mutual labels:  plugin
Vim Ref
Integrated reference viewer.
Stars: ✭ 194 (-6.28%)
Mutual labels:  plugin
Plugins
Plugins for Flutter maintained by the Flutter team
Stars: ✭ 14,956 (+7125.12%)
Mutual labels:  plugin
Bentobox
Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Stars: ✭ 192 (-7.25%)
Mutual labels:  plugin
Composer Patches
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
Stars: ✭ 196 (-5.31%)
Mutual labels:  plugin
Obs Ios Camera Source
Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB
Stars: ✭ 199 (-3.86%)
Mutual labels:  plugin
Argusapm
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
Stars: ✭ 2,452 (+1084.54%)
Mutual labels:  plugin

Mapbox GL Geocoder Build Status

A geocoder control for mapbox-gl-js using the Mapbox Geocoding API. For a JavaScript geocoder without a graphical user interface see the Mapbox SDK for JS.

Usage

https://www.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/

If you are supporting older browsers, you will need to use a polyfill. We recommend working with @babel/polyfill.

Usage with a module bundler

npm install --save @mapbox/mapbox-gl-geocoder
import MapboxGeocoder from '@mapbox/mapbox-gl-geocoder';
import '@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css';
...
const geocoder = new MapboxGeocoder({
    accessToken: mapboxgl.accessToken,
    mapboxgl: mapboxgl
});

Using without a Map

It is possible to use the plugin without it being placed as a control on a mapbox-gl map. Keep in mind that the Mapbox Terms of Service require that POI search results be shown on a Mapbox map. If you don't need POIs, you can exclude them from your search results with the options.types parameter when constructing a new Geocoder.

Deeper dive

API Documentation

See API.md for complete reference.

Examples

See https://docs.mapbox.com/mapbox-gl-js/examples/#geocoder.

Contributing

See CONTRIBUTING.md.

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].