All Projects → heremaps → Examples

heremaps / Examples

Licence: mit
Self-contained examples for the legacy Maps API for JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Examples

Maps Api For Javascript Examples
Self-contained examples for Maps API for JavaScript v3.
Stars: ✭ 130 (+66.67%)
Mutual labels:  mapping, geospatial, geo, geocoding, maps
Editor
An open source visual editor for the 'Mapbox Style Specification'
Stars: ✭ 1,167 (+1396.15%)
Mutual labels:  mapping, geospatial, geo, maps
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+92.31%)
Mutual labels:  mapping, geospatial, geo, maps
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+769.23%)
Mutual labels:  mapping, geospatial, maps
Leaflet Tilefilter
Change the appearance of Leaflet map tiles on the fly using a variety of canvas or CSS3 image filters. It's like Instagram for Leaflet map tiles.
Stars: ✭ 90 (+15.38%)
Mutual labels:  mapping, geospatial, maps
Tilehut
A modest, but cozy home for your map tiles
Stars: ✭ 132 (+69.23%)
Mutual labels:  tile, geo, maps
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+242.31%)
Mutual labels:  geocoding, maps, mapping
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+119.23%)
Mutual labels:  mapping, geocoding, maps
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: ✭ 34 (-56.41%)
Mutual labels:  maps, mapping, geo
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-79.49%)
Mutual labels:  maps, mapping, geospatial
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+89.74%)
Mutual labels:  mapping, geo, geospatial
Geo On Fire
A library to create high performance geolocation queries for Firebase. Checkout the demos: https://run.plnkr.co/plunks/AYaN8ABEDcMntgbJyLVW/ and https://run.plnkr.co/plunks/xJgstAvXYcp0w7MbOOjm/
Stars: ✭ 54 (-30.77%)
Mutual labels:  geospatial, geo, geocoding
Geoswift
The Swift Geometry Engine.
Stars: ✭ 1,267 (+1524.36%)
Mutual labels:  geospatial, geo, maps
Leaflet.freedraw
🌏 FreeDraw allows the free-hand drawing of shapes on your Leaflet.js map layer – providing an intuitive and familiar UX for creating geospatial boundaries similar to Zoopla and others. Included out-of-the-box is the concaving of polygons, polygon merging and simplifying, as well as the ability to add edges and modify existing shapes.
Stars: ✭ 446 (+471.79%)
Mutual labels:  geospatial, maps, markers
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (-73.08%)
Mutual labels:  geocoding, geo, geospatial
Mapper
OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
Stars: ✭ 258 (+230.77%)
Mutual labels:  mapping, geospatial, maps
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+473.08%)
Mutual labels:  mapping, geospatial, geo
Agentmaps
Make social simulations on interactive maps with Javascript! Agent-based modeling for the web.
Stars: ✭ 822 (+953.85%)
Mutual labels:  geospatial, maps
Mapserver
Source code of the MapServer project. Please submit pull requests to the 'main' branch.
Stars: ✭ 693 (+788.46%)
Mutual labels:  mapping, geospatial
Proj4.jl
Julia wrapper for the PROJ cartographic projections library
Stars: ✭ 23 (-70.51%)
Mutual labels:  geospatial, geo

HERE Maps Community on GitHub

Examples, Demos and Custom Map Components written by the HERE Maps Coding Community

NOTE These examples are for the deprecated 2.5.4 JavaScript API. Newer 3.x examples can be downloaded here and also viewed on jsFiddle.

Simple Examples: A series of graduated code examples using the Maps API for JavaScript, each example displays a short snippet of code with the correct syntax to do a specified task - for example "How do I add a Polygon to the map?" Useful when getting started, or as an aide-memoire when writing something new.

Advanced Examples: A second set of examples, demonstrating the use of the advanced features of the Maps API for JavaScript. These examples cover more difficult concepts such as asynchronous loading,KML and Map overlays.

Demos and Custom Components: Demos showcase the power of the Maps API for JavaScript when mashed up with other APIs or data sources. Custom Components extend the basic functionality of the API to introduce new components which offer additional capabilities (such as GeoJSON parsing). The files necessary for each demo can be found in a separate directory. Each custom component also offers a demonstation of usage where the component itself can be found within a separate libs directory. Obviously demos and custom components cover a very broad range of subjects, so they have been split thematically below:

See the LICENSE file in the root of this project for license details.

Demos and Custom Components

Custom Components

  • Map Restriction - Restricts the map to a certain region or zoom level
  • Interactive Control - Simple method to add "onclick" and forwarding to map markers
  • Magnifier - Demonstration of map observers showing a high zoom map over the base map.
  • Text on Icon - adding text to a custom marker
  • Tooltips - custom control to add tooltips to markers
  • x-Ray - demonstration of map observers showing a satellite map over the base map

Directions Rendering

Geocoding Demos

Heat Map Mashups

  • Flickr - heatmap of locations people have taken photos and uploaded to Flickr
  • Instagram - heatmap of locations people have taken photos and uploaded to Instagram

KML + GeoJSON Demos

KML Generation Tools

GeoJSON Parsing Examples

KML Parsing Examples

AJAX Loading

Map Overlay Demos

  • Aerial HERE Maps Styles - A demonstration of available aerial HERE Maps map types (terrain, satellite etc.) and available languages.
  • Base HERE Maps Styles - A demonstration of available HERE Maps base map types and available languages.
  • Map with POIs - A HERE Map displaying points of interest icons.
  • Bilingual Map - A HERE Map in Chinese and English
  • Community Maps - A demonstration displaying the HERE Maps community map layer using a quad key algorithm.
  • Grid Overlay - A demonstration of TMS (Tile Map Server) syntax using a tile overlay from the National Library of Scotland.

Sidebar Component

Simple Examples

Basic code snippets to get you started:

Advanced Examples

The advanced examples are split thematically as shown:

Advanced Map Objects

Asynchronous Loading

Clustering

KML

Overlays

Other

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