-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
What if I want to add location marker at ground level. #108
Comments
Hello! |
Hello @Vladgetman , We can update scale by updating the value of LocationMarker.scaleModifier from by default 1.0f to 2.0f to make it twice and 0.5f to make it half and so on. Along with this library have scalingModes that will increase or decrease scale Along with this you can change the height of the object using LocationMarker.height = 0.0f by default but it is as per the camera's height. I am trying to set height as per the altitude. I hope this will help. Thanks, |
Dear @kambojumang thank you so much for yor help. Here is what I found. It can only be an idea, not a solution. |
Hello All,
Great work, I want to know how can we add a location marker on ground level as per the sea level. Like If landscape or location is on first floor or second floor how we can distinguish them.
Thanks,
Umang Kamboj
The text was updated successfully, but these errors were encountered: