osrm-text-instructions.swift icon indicating copy to clipboard operation
osrm-text-instructions.swift copied to clipboard

Transform OSRM route responses into localized text instructions (Swift or Objective-C)

Results 7 osrm-text-instructions.swift issues
Sort by recently updated
recently updated
newest added

# Summary - Begin committing the `Instructions.plist` created by `json2plist.sh` to make SPM function/keeping it as simple as possible. - Remove the `prepare_command` portion from the podspec since it's no...

Hi guys, I'm planning to use your library in a project of mine that's build with Swift5.x. Your library doesn't compile with xCode 10.2.1 because of this. Is there any...

Hi guys, in OSRMInstructionFormatter I found this: ` if type != .depart && type != .arrive && modifier == .none { return nil } ` it looks like if the...

Upgraded to osrm-text-instructions v0.9.0. The only substantive change is that Russian grammar rules are now applied to a token replacement value before modification by the client and insertion into the...

enhancement
build

Port the grammar rule functionality added in Project-OSRM/osrm-text-instructions#102, along with the Russian declension rules.

enhancement

OSRMInstructionFormatter should immediately deserialize the JSON instructions into a strongly typed struct. This change would sharply reduce the number of implicitly unwrapped optionals (`!`) that could cause crashes and clean...

enhancement

The CocoaPods podspec should define [subspecs](https://guides.cocoapods.org/syntax/podspec.html#subspec) for individual locales, so that a size-conscious developer can pick-and-choose the locales that their application supports. To avoid hard-coding each supported locale in this...

enhancement
build