Skip to content

Commit 132c4da

Browse files
CalebRasdes12437
andauthored
Update Shared/Samples/Find closest facility from point/FindClosestFacilityFromPointView.swift
Co-authored-by: Destiny Hochhalter <[email protected]>
1 parent 14cc97c commit 132c4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Find closest facility from point/FindClosestFacilityFromPointView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct FindClosestFacilityFromPointView: View {
2020
@StateObject private var model = Model()
2121

2222
/// A Boolean value indicating whether a routing operation is in progress.
23-
@State private var routing = false
23+
@State private var isRouting = false
2424

2525
/// A Boolean value indicating whether routing is currently disabled.
2626
@State private var routingIsDisabled = true

0 commit comments

Comments
 (0)