Filters (AND) failed in Native App (ok in webapp); Routing service question; Search radius color & transparency

684
2
Jump to solution
06-01-2022 09:34 PM
Felix10546
New Contributor III

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. 

Felix10546_0-1654142340257.png

When I change it to walking distance. It is still taking a route long than my expected walking path (red)

Felix10546_1-1654142642320.png

 

Q2. The filter (AND) behaviour is different in instant app and appstudio

A) Environment: Instant App (Webapp).

Typefilters selectedfiltered resultscounts
1 filterFelix10546_9-1654144041773.png

 

Felix10546_12-1654144099662.png

 

137
2 filtersFelix10546_10-1654144063813.png

 


 

Felix10546_13-1654144127286.png

 


 

10
3 filtersFelix10546_11-1654144071729.png

 


 

Felix10546_14-1654144143593.png

 


 

8

The outcomes are decreasing in number (expected)

B) Environment: Native App (Appstudio). Testing in Appstuido desktop and player

Typefilters selectedfiltered resultscounts
1 filterFelix10546_3-1654143559952.jpegFelix10546_4-1654143613550.jpeg160
2 filtersFelix10546_5-1654143692967.jpeg

 

Felix10546_6-1654143704978.jpeg

 

162
3 filtersFelix10546_7-1654143719840.jpeg

 

Felix10546_8-1654143726014.jpeg

 

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

Felix10546_1-1654153297658.png

 

webapp (Instant app)native app (App studio)
Felix10546_2-1654153442132.png

 

Felix10546_0-1654152805884.png

 

  

Q4. The scale bar can appear in webapp but it disappeared in Appstudio native app.

Felix10546_15-1654144316899.png

 

Reference:

Instant app id (Recycle demo) : item.html?id=8e82256024a14587a5a730f3a78800cd

Native Application (recycle):     item.html?id=e025fc10f85f4ef593660c42163ff49f

1 Solution

Accepted Solutions
TrevorFrame
Esri Contributor

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

View solution in original post

2 Replies
TrevorFrame
Esri Contributor

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

Felix10546
New Contributor III

Thank you for reply.

0 Kudos