OsmAnd este o aplicație de navigație mobilă și vizualizator de hărți vectoriale care utilizează date OpenStreetMap pentru a oferi acces offline la hărți, rutare turn-by-turn și instrumente geospațiale. Funcționează ca un motor de rutare mobil și un înregistrator de track-uri GPX, permițând utilizatorilor să navigheze și să înregistreze mișcarea fără o conexiune activă la internet.
Principalele funcționalități ale osmandapp/osmand sunt: Local-First Storage, GPS Path Tracking, Turn-by-Turn Navigation Guidance, Routing Engines, User and Location Search, Spatial Indexing, Slippy Map Vector Renderers, Offline Map Tile Renderers.
Alternativele open-source pentru osmandapp/osmand includ: organicmaps/organicmaps — Organic Maps is a mobile application designed for offline mapping, navigation, and outdoor activity planning. It… valhalla/valhalla — Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It… fastshift/x-track — X-Track is a firmware project for an embedded bicycle computer that combines GPS-based speed and ride metrics with… graphhopper/graphhopper — GraphHopper is a Java routing library and OpenStreetMap routing engine used to calculate optimal paths and driving… mapbox/mapbox-gl-native — This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides… admol/systemdesign — This project is a reference library of architectural blueprints, study materials, and design patterns for building…
Organic Maps is a mobile application designed for offline mapping, navigation, and outdoor activity planning. It functions as a privacy-focused client for OpenStreetMap data, enabling users to explore locations, search for points of interest, and receive turn-by-turn directions entirely without an internet connection. The project distinguishes itself through a strict zero-telemetry privacy model that excludes trackers, data collection, and mandatory account requirements. By utilizing a native core engine and local-first data storage, it ensures that all user activity, location history, and pe
Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator
X-Track is a firmware project for an embedded bicycle computer that combines GPS-based speed and ride metrics with offline map navigation. It functions as a GPS bicycle speedometer, displaying speed, distance, altitude, and other ride data on a handlebar-mounted screen, while also serving as an offline map viewer that renders locally stored map tiles without an internet connection. The project distinguishes itself by including a firmware emulator that runs the embedded code on a PC, enabling development and testing without physical hardware. It also provides GPS-based clock calibration to aut
GraphHopper is a Java routing library and OpenStreetMap routing engine used to calculate optimal paths and driving directions. It provides a map matching engine for aligning GPS coordinate traces to road networks, a GTFS transit router for multi-modal travel, and a spatial analysis utility for isochrone generation. The project supports the creation of custom vehicle profiles and weighting logic to influence path calculations. It implements contraction hierarchies to accelerate pathfinding by reducing the search space between coordinates. The engine covers a broad range of geospatial capabili