I need to integrate Wikitude and Google Places Api, we want to build feature like what in Wikitude sample app on Apple/Google store.
Labels on places related to camera direction.
So, Any start up tutorials, links or advise to begin ?
Thank you,
Heba
N
Nicola Radacher
said
about 9 years ago
Hi Heba,
As mentioned via the mail thread, you can find details on the Google Places API here. Have a look at Places Search - this should help you get details on how to retrieve POIs from the API.
Have a look at the following samples from our sample app for details on how to work with the POIs:
Wikitude SDK: Location (78): Location is not valid.
Wikitude SDK: Location (87): Location is not valid.
Wikitude SDK: Location (96): Location is not valid.
Wikitude SDK: Location (105): Location is not valid.
Wikitude SDK: Location (114): Location is not valid.
Wikitude SDK: Location (123): Location is not valid.
Wikitude SDK: Location (132): Location is not valid.
Wikitude SDK: Location (141): Location is not valid.
Wikitude SDK: Location (150): Location is not valid.
Wikitude SDK: Location (159): Location is not valid.
Wikitude SDK: Location (168): Location is not valid.
Wikitude SDK: Location (177): Location is not valid.
That and points are drawn on screen.
Thank you,
Heba
M
Martin Lechner
said
about 9 years ago
Hi,
These error messages appear when the objects have been destroyed (through the destroy() or destroyAll() method), but you are still referencing them in your JavaScript.
Can you please check whether you call destroy() (on a particular object) or destroyAll() at some point in your code, and if you access these objects lateron again.
Thanks,
Martin
h
heba Muhammad
said
about 9 years ago
Actually, I use basic Wikitude Examples code. So, I didn't use destroy/destryAll methods. Even if the basic examples SDK uses it.
Also, I have another question,
I succeed to make integration between Wikitude with Google Places on iOS.
I make a table of places types like: Cafe, Bank, Hospital ... etc.
It works great, but every time I show wikitude markers (for any place type) and Back to table of types, my app memory increased ~ 20 Mega.
After some choices from table, Memory leak and app crash.
So, How can I close/delete/release last Wikitude try/using to can restart it after that without Memory increases and crash ?
please post your question only in one thread and not multiple ones. Asking the same question in multiple threads will not speed up our response but only create confusion!
heba Muhammad