# quickstart-map-js **Repository Path**: mirrors_Esri/quickstart-map-js ## Basic Information - **Project Name**: quickstart-map-js - **Description**: ArcGIS JavaScript mapping samples to get you started fast. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # quickstart-map-js A simple set of examples that illustrate how to accomplish different mapping (and GIS) tasks with the [ArcGIS API for JavaScript](http://developers.arcgis.com) and [ArcGIS Online Services](https://developers.arcgis.com/en/features/). Also, learn how to style your apps nicely with the [Bootstrap 3.x framework](http://getbootstrap.com). [View the samples](http://esri.github.com/quickstart-map-js/index.html) ![App](https://raw.github.com/Esri/quickstart-map-js/master/quickstart-map-js.png) ## Features * Basemaps - Set different basemaps interactively * Geolocation - Find and display your geolocation * Place Finding - Find places or geocode an address * Geocode - Forward and reverse geocoding * Directions - Get directions, use direction widgets, multi-directions with barriers * Graphics - Draw points, lines and polygons * Maps - Load and auto resize and center maps * Cloud - Draw and query features stored in the ArcGIS Online cloud * Data - Load JSON services * Popups - Format and position info windows and your own map pins * Map Pins - You can use new Esri markers for point locations NOTE: All examples are built with [Bootstrap 3.x styles](http://getbootstrap.com). To build fully responsive maps for all devices, see [Bootstrap-map-js](http://github.com/esri/bootstrap-map-js). ## Instructions 1. Fork and then clone the repo. 2. Try the examples locally or try them [here](http://esri.github.com/quickstart-map-js/index.html). NOTE: You should just be able to cut-and-paste and run the examples in JSFiddle! ## Example ``` HTML Basemaps

Basemaps

``` ## Requirements * Notepad or your favorite HTML editor * Web browser with access to the Internet * All samples reference: [Bootstrap 3.x: Web Framework CSS](http://getbootstrap.com) ``` //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ``` [Bootstrap-map-js: Map, Popup and Dijit CSS](http://github.com/esri/bootstrap-map-js) ``` //esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css ``` ## Resources * [ArcGIS for JavaScript API Resource Center](http://developers.arcgis.com) * [ArcGIS Blog](http://blogs.esri.com/esri/arcgis/) * [twitter@esri](http://twitter.com/esri) ## Issues Find a bug or want to request a new feature? Please let us know by submitting an issue. Thank you! * Directions - Uses OAuth and requires you to sign up for a [free ArcGIS Developer Subscription](https://developers.arcgis.com/en/sign-up/) to use the app. ## Contributing Anyone and everyone is welcome to contribute. Please see our [guidelines for contributing](https://github.com/esri/contributing). ## Licensing Copyright 2013 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. A copy of the license is available in the repository's [license.txt]( https://raw.github.com/Esri/quickstart-map-js/master/license.txt) file. [](Esri Tags: ArcGIS Web Mapping QuickStart) [](Esri Language: JavaScript)