Raptor-KT
Kotlin implementation of the RAPTOR (Round-Based Public Transit Optimized Router) algorithm for Android.
Overview
Raptor-KT is a Kotlin library optimized for Android that implements the RAPTOR algorithm for route calculation in public transit networks. This library is designed to be high-performance, lightweight, and easy to integrate into Android applications.
Key Features
- High Performance: Optimized for mobile devices
- Multi-Period Support: Manage multiple datasets (winter/summer, etc.)
- Flexible Search: Search by departure or arrival time
- Advanced Filtering: Filter by route names or IDs
- Android Integration: Specifically designed for Android
Installation
Add the dependency to your Android project:
dependencies {
implementation("eu.dotshell:raptor-kt:1.1.0")
}