Create Entity Client
To use search or other features, EntityService needs to be initialized and an EntityClient instance needs to be created. The initialize()
method will only need to be called once.
Create Cloud Client
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Create Hybrid Client
Note
If you're using edge or hybrid SDK as listed below, make sure to download SDK data released by Telenav, unzip it and copy it to the path of sdkDataDir
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Create Edge Client
1 2 3 4 5 6 7 8 9 10 11 12 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|
The SDK is now ready to use!