Tutorial is outdated. What's the new way to do things?
See original GitHub issueHello, the docs aren’t aligned with what’s release. The tutorial mentions several times to use the XYZ API which is deprecated and I had no luck getting it to work.
Additionally the tutorial mentions we can do things like
mapControls.maxPitchAngle = 90;
mapControls.setRotation(6.3, 50);
but those APIs do not exist in the current release (TypeScript has a type error on the missing property and method).
It’d be great to keep the docs aligned with whatever is the current release, otherwise people may try to do things that simply won’t work.
What should we write instead of
mapControls.maxPitchAngle = 90;
mapControls.setRotation(6.3, 50);
?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
outdated tutorials : r/learnprogramming
the answer is really unsatisfying: regardless of whether you basically get lucky and find an up to date course, you're going to have...
Read more >OUTDATED - NEW TUTORIAL LINK IN DESCRIPTION
Record a demo using the command "record demoname" where demoname can be anything you want 5.) Unpause and start your speedrun Commands Used: ......
Read more >All of the "tutorials" are outdated?
Click on the "Learn" button at the top of this page. The tutorials say what version they were checked with; if it's within...
Read more >Is there a problem if I learn outdated programming tutorials?
Make mistakes. Learn from them. Learn the edge cases, places where the 'normal' rules don't work and special solutions are needed. Find little...
Read more >The Designer's Notebook: Eight Ways To Make a Bad ...
In his latest Designer's Notebook column, veteran Ernest Adams takes a frank and factual look at in-game tutorials, explaining exactly what games do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue is coming up in either this or the next sprint so hopefully we can fix this in the next month.
Ok, finally the tutorial: https://developer.here.com/tutorials/harpgl/ is up to date. Thanks @trusktr for your issue !