Skip to content

Commit

Permalink
Feat: annotation parsing on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 7, 2024
1 parent e7463fb commit 437f997
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apple/DemoApp/Demo/DemoNavigationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ struct DemoNavigationView: View {
// NOTE: This is probably not ideal but works for demo purposes.
// This causes a thread performance checker warning log.
private let spokenInstructionObserver = AVSpeechSpokenInstructionObserver(isMuted: false)

var usFormatter: FormatterCollection = {
var collection = DefaultFormatters()
collection
}


private var locationProvider: LocationProviding
@ObservedObject private var ferrostarCore: FerrostarCore
Expand Down

0 comments on commit 437f997

Please sign in to comment.