Skip to content

Commit

Permalink
Merge pull request #101 from armandzwan/master
Browse files Browse the repository at this point in the history
Update ArcGISARView.swift
  • Loading branch information
mhdostal committed Mar 17, 2020
2 parents 1241fb1 + 366ce05 commit a4ddfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolkit/ArcGISToolkit/AR/ArcGISARView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ArcGISARView: UIView {

/// The data source used to get device location. Used either in conjuction with ARKit data or when ARKit is not present or not being used.
/// - Since: 100.6.0
public var locationDataSource: AGSCLLocationDataSource? {
public var locationDataSource: AGSLocationDataSource? {
didSet {
locationDataSource?.locationChangeHandlerDelegate = self
}
Expand Down

0 comments on commit a4ddfde

Please sign in to comment.