PoilabsCore is an iOS framework that provides indoor navigation and routing functionality for iOS applications. The framework includes core features such as route calculation, turn-by-turn navigation, and location updates.
Add the following line to your Podfile:
pod 'PoilabsCore', '~> 1.0.12'
Then run in terminal:
pod install
- In Xcode, select File > Add Packages...
- Enter the package repository URL:
https://github.com/poiteam/PoilabsCorePod.git
- Select the version you want to use
- Click Add Package
- iOS 11.0 or later
- Xcode 12.0 or later
- Arm64 architecture support
- Find shortest path
- Create multi-point routes
- Find nearest point of specific type
- Sort points by distance
- Turn-by-turn guidance
- Floor change support
- Real-time location updates
- Distance and direction information
- Basic directions (right, left, straight)
- Slight directions (slight right, slight left)
- Vertical movements (up, down)
- Special cases (arrival, building pass)
- Route finding between points
- Graph creation from POI data
- Location and heading updates
- Step distance configuration
- Floor change method settings
Proprietary - All rights reserved by Poilabs. This software is licensed only to authorized users.
For technical support and inquiries:
- Emre Kuru ([email protected])
- GitHub
Current version: 1.0.12
Note: This framework is developed and maintained by Poilabs.