I am doing a demo for locating nearest recycling bin.
I encountered three problems.
Q1. Is the routing service mainly for car? I want to get the direction from gray point to selected blue point (item 8195)
Environment: Instant App (Webapp).
A route is suggested driving out of the filtering zone.
When I change it to walking distance. It is still taking a route long than my expected walking path (red)
Q2. The filter (AND) behaviour is different in instant app and appstudio
A) Environment: Instant App (Webapp).
Type | filters selected | filtered results | counts |
1 filter |
|
| 137 |
2 filters |
|
| 10 |
3 filters |
|
| 8 |
The outcomes are decreasing in number (expected)
B) Environment: Native App (Appstudio). Testing in Appstuido desktop and player
Type | filters selected | filtered results | counts |
1 filter | 160 | ||
2 filters |
|
| 162 |
3 filters |
|
| 181 |
To outcomes are increasing in number! (Is it a bug?)
Q3. effect of "Search radius color" and "transparency" is not applied to the Native app by Appstudio
webapp (Instant app) | native app (App studio) |
|
|
Q4. The scale bar can appear in webapp but it disappeared in Appstudio native app.
Reference:
Instant app id (Recycle demo) : item.html?id=8e82256024a14587a5a730f3a78800cd
Native Application (recycle): item.html?id=e025fc10f85f4ef593660c42163ff49f
Solved! Go to Solution.
Hi @Felix10546,
Thank you for your feedback. We will look into these enhancements and bug you reported for the AppStudio app.
As for Q1 about the routing, it appears the selected point to route to is still the feature in the bottom right portion which would take that straight blue route and not the red route regardless of walking or driving.
Best,
Trevor
Hi @Felix10546,
Thank you for your feedback. We will look into these enhancements and bug you reported for the AppStudio app.
As for Q1 about the routing, it appears the selected point to route to is still the feature in the bottom right portion which would take that straight blue route and not the red route regardless of walking or driving.
Best,
Trevor
Thank you for reply.