All Projects → dangbert → optimized-route

dangbert / optimized-route

Licence: other
Website that uses the Google Maps API to create an optimized route between waypoints. (My first website, from 2016).

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to optimized-route

uon
🐨 A tiny 200b route change observer.
Stars: ✭ 83 (+388.24%)
Mutual labels:  navigation, route
EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: ✭ 142 (+735.29%)
Mutual labels:  maps, route
Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (+329.41%)
Mutual labels:  navigation, maps
poor-maps
Maps and navigation for Sailfish OS
Stars: ✭ 42 (+147.06%)
Mutual labels:  navigation, maps
Pure Maps
Maps and navigation
Stars: ✭ 136 (+700%)
Mutual labels:  navigation, maps
Osmscout Server
Maps server providing tiles, geocoder, and router
Stars: ✭ 105 (+517.65%)
Mutual labels:  navigation, maps
Site
Israel Hiking Map has maps, route planning, and travel information for Israel. This repository holds the files needed for running the Israel Hiking Map site and apps.
Stars: ✭ 52 (+205.88%)
Mutual labels:  navigation, maps
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (+58.82%)
Mutual labels:  navigation, maps
organicmaps
🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Your donations and positive reviews motivate and inspire our small team!
Stars: ✭ 3,689 (+21600%)
Mutual labels:  navigation, maps
STCRouter
基于标准URL的iOS路由系统,可实现业务模块组件化,控制器之间零耦合,可实现黑白名单控制,可进行native降级到hybrid。
Stars: ✭ 19 (+11.76%)
Mutual labels:  route
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+15705.88%)
Mutual labels:  maps
navbar.js
Modern Navigation Component
Stars: ✭ 47 (+176.47%)
Mutual labels:  navigation
spider
A powful outdoor GPS track editor
Stars: ✭ 15 (-11.76%)
Mutual labels:  maps
hfos-legacy
Hackerfleet Operating System
Stars: ✭ 28 (+64.71%)
Mutual labels:  navigation
whereIsMyBusAndroidClient
No description or website provided.
Stars: ✭ 16 (-5.88%)
Mutual labels:  maps
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (+229.41%)
Mutual labels:  navigation
laravel-route-model-autobinding
THIS PACKAGE HAS BEEN DEPRECATED — Automatically bind Eloquent models as route segment variables.
Stars: ✭ 14 (-17.65%)
Mutual labels:  route
navigation2 tutorials
Tutorial code referenced in https://navigation.ros.org/
Stars: ✭ 60 (+252.94%)
Mutual labels:  navigation
react-keyview
React components to display the list, table, and grid, without scrolling, use the keyboard keys to navigate through the data
Stars: ✭ 16 (-5.88%)
Mutual labels:  navigation
graphhopper-navigation-example
GraphHopper Navigation as App
Stars: ✭ 72 (+323.53%)
Mutual labels:  navigation

optimized-route

A website that uses the Google Maps API to create an optimized route between up to 25 waypoints (the traveling salesman problem). Useful for planning a roadtrip or a set of errands.

Click here to see an example route for a roadtrip across Europe.

How to use:

  1. Go to http://dangbert.github.io/optimized-route/
  2. Enter the start location in the "waypoints" search box.
  3. Enter up to 25 waypoint locations in the "Enter a waypoint" box in any order (25 is the max the API allows).
  4. Enter the end location in the "Set end location" box.
  5. Mouseover a location on the left panel to view its address.
  6. Delete waypoints with the red x; change start/end by entering a new location .
  7. NEW: bookmark the page at any point to save your route for revisiting later.

If the start, end, and at least one waypoint are all defined then the optimal route will be displayed on the map, and directions will be displayed in a panel to the right of the map. You can hide/show the panel using the button in the top right of the panel.

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