Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set altitude value #269

Open
SatishSR opened this issue Jan 21, 2020 · 3 comments
Open

How to set altitude value #269

SatishSR opened this issue Jan 21, 2020 · 3 comments

Comments

@SatishSR
Copy link

How to set altitude value so that i can move line lower than usual?

@michaelpaquette
Copy link

Good question - we could use that feature as well ? Is there a way?

@lsamaria
Copy link

lsamaria commented Jul 28, 2020

@SatishSR @michaelpaquette

any updates on this? I also need this feature

@wolfej94
Copy link

wolfej94 commented Feb 2, 2023

Altitude is a property on CLLocation which can be used to construction a LocationAnnotationNode.

let location = CLLocation(coordinate: .init(latitude: Double(), longitude: Double()), altitude: Double(), horizontalAccuracy: Double(), verticalAccuracy: Double(), timestamp: Date())`

let node = LocationAnnotationNode(location: , view: UIView())
sceneView.addLocationNodeWithConfirmedLocation(locationNode: node)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants