Page 1 of 3
Map from Url
Posted: Sat Feb 01, 2014 6:43 am
by pritu patel
I follow this link
http://docs.appery.io/tutorials/addin...
It run succesfully..
Now i want to set multiple point location from my url.
I am trying to do using rest service insted of database but it not reflacting.
how it possible??what i want to do??
Map from Url
Posted: Sat Feb 01, 2014 6:53 am
by Alena Prykhodko
Please show us Service settings and mapping.
Map from Url
Posted: Mon Feb 03, 2014 5:10 am
by pritu patel
Map from Url
Posted: Mon Feb 03, 2014 5:12 am
by pritu patel
Map from Url
Posted: Mon Feb 03, 2014 5:29 am
by pritu patel
Map from Url
Posted: Mon Feb 03, 2014 5:34 am
by pritu patel
this above are screenshot....
pease help me to solve problem on multiple location display on map using url.
Map from Url
Posted: Mon Feb 03, 2014 11:04 am
by pritu patel
It is possible or not??? i wait for some solution
Map from Url
Posted: Mon Feb 03, 2014 12:36 pm
by Kateryna Grynko
Hi Pritu,
If you use a third-party service to receive data you should use Appery.io proxy.
On the 2nd and 3rd screenshots we can see you don't save an array. It's better to save it. On service Success event run:prelocalStorage.setItem("arr", JSON.stringify(data));/preWhere 'data' is the received array.
Map from Url
Posted: Mon Feb 03, 2014 1:11 pm
by pritu patel
it 's right or not?? i have no more idea to store array value
Map from Url
Posted: Mon Feb 03, 2014 1:28 pm
by Kateryna Grynko
Pritu,
Yes, this code is correct.