android-sdk-examples | Example applications for IndoorAtlas Android SDK | SDK library
kandi X-RAY | android-sdk-examples Summary
kandi X-RAY | android-sdk-examples Summary
IndoorAtlas provides a unique Platform-as-a-Service (PaaS) solution that runs a disruptive geomagnetic positioning in its full-stack hybrid technology for accurately pinpointing a location inside a building. The IndoorAtlas SDK enables app developers to use high-accuracy indoor positioning in venues that have been fingerprinted. This example app showcases the IndoorAtlas SDK features and acts as a reference implementation for many of the basic SDK features. Getting started requires you to set up a free developer account and fingerprint your indoor venue using the IndoorAtlas MapCreator tool. There are also similar examples for iOS in Objective-C and Swift.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Draws the given set of planes .
- Start notification handler
- Show the blue dot of the map .
- helper method to set the location request options
- Handles the application install flow .
- Render the FBo
- Static factory method for creating panorama sphere .
- open floor .
- Handle a wayfinding update .
- Compile and load the shader program .
android-sdk-examples Key Features
android-sdk-examples Examples and Code Snippets
Community Discussions
Trending Discussions on android-sdk-examples
QUESTION
SupportMapFragment is deprecated in here sdk and when i start the navigation, on screen rotation it crashing.
I updated to last version of sdk and followed instruction from official documentation: https://github.com/heremaps/here-android-sdk-examples/tree/master/turn-by-turn-navigation/app/src/main/java/com/here/android/example/guidance
I implemented on my project in activity but i need this to work on fragment as before.
i replace everything to AndroidX:
from Activity works
...ANSWER
Answered 2020-Feb-11 at 12:54This is question rather Android specific then SDK, why the following return null:
QUESTION
I'm assessing HERE Android SDK Premium v3.13.2_86.
In the turn-by-turn-navigation
sample there is a call MapSettings.setIsolatedDiskCacheRootPath()
. However the API doc says the method is deprecated:
Deprecated. As of SDK 3.13. This method will be replaced with new one once shared map service feature is removed. Method to allow switching of the disk cache to a separate service process and disk cache path.
So I am not sure whether I should use this method or not. What happens if I don't call it?
Of course, I'd like to have a map data cache in my app. And ideally it should be private to my app, so other apps (even those using HERE SDK) do not have access to the cache. How can I achieve this?
...ANSWER
Answered 2019-Oct-18 at 08:25From the documentation and from the except you quoted, SDK 3.13 still supports shared map service so you have to keep using the MapSettings.setIsolatedDiskCacheRootPath()
method until in a later release when shared map service feature is removed and a new method introduced.
QUESTION
I'm trying to use HERE maps in my application. However I seem to have some difficulties when trying to view the map in Fragment view. This problem didn't occur when the map was displayed in my main activity.
I follow these examples as a basis. Which work fine when used in activity.
I have viewed this thread to no avail.
You may find the simplified version of my code which is supposed to view the map below:
Main Activity Class:
...ANSWER
Answered 2019-Jun-19 at 06:23After further looking at M D's response, I finally managed to view the map in fragment view.
You may find my solution below:
Main Activity:
QUESTION
I registered for a freemium plan in https://developer.here.com/plans and activate a project for my example package name com.xyz.something
. I cloned the example apps from https://github.com/heremaps/here-android-sdk-examples and a edit the AndroidManifest.xml
, setting:
- package name on top to
com.xyz.something
- App Id, App Code and License
- and the Label and Intend (2x)
Described here: https://github.com/heremaps/here-android-sdk-examples/blob/master/README.md
In the end I always end up with this error:
- Cannot initialize Map with error INCORRECT_APP_CREDENTIALS
Any ideas what i'm missing?
...ANSWER
Answered 2019-Jan-10 at 10:55Please make sure you updated app/build.gradle file as well. applicationId should correspond to what you have in AndroidManifest.xml and what you entered when was registering on Developers Portal.
QUESTION
I am implementing HERE maps for Android applicaiton, I keep getting a crash in the HERE map SDK with the following error
...ANSWER
Answered 2018-Aug-22 at 07:15It's probbaly the case that there is another app on your device using the SDK and the MapServices from the two apps are conflicting with each other. You could try setting the isolated disck cache for your app as desribed in the documentation (https://developer.here.com/documentation/android-premium/dev_guide/topics/map-service.html) helps
AndroidManifest.xml
QUESTION
I am using Here SDK and everything looks fine with initialization but when I call:
...ANSWER
Answered 2018-Apr-17 at 09:23The answer is, it was not the Here SDK!
Another native library for some reason breaks with a Signal = SIGUSR2 (signal SIGUSR2)
error and because of that, the whole Here SDK stops working!
The reason for not being able to track the issue was the Java wrapper works fine but C part of their code was not working anymore.
QUESTION
I need to integrate IndoorAtlas with GMSMapView.
I displayed the floorPlan on the GMSGroundOverlay but its bounds it is not correct.
I am searching for the equivalent of GroundOverlayOptions in iOS.
...ANSWER
Answered 2017-Jan-31 at 09:50I found the solution. For everyone who wants to display the floorPlan of IndoorAtlas on Google Maps, here is the code. This is function to calculate the coordinates
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install android-sdk-examples
To enable IndoorAtlas indoor positioning in a venue, the venue needs to be fingerprinted with the IndoorAtlas MapCreator 2 tool.
To start developing your own app, create an API key.
To run the examples you need to configure your IndoorAtlas API keys. If you do not have keys yet, go to https://app.indooratlas.com and sign up. Once you have API keys, edit them into gradle.properties in the project root level.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page