Routing Sample: multi-level routing

1112
1
Jump to solution
10-09-2016 12:11 PM
ThomasSaldana
New Contributor II

Hello, 

I created an android application that finds routes inside a campus using the routing sample found here: 

Routing | ArcGIS for Developers 

My application can find routes inside the campus fine( from one room to another, or from one building to another). 

However, it cannot route from one floor to a higher floor in a building. 

I would like the app to route from, lets say, the first floor of a building to the fifth floor. Does anyone know if esri has code that allows you to route from one floor to another in the same building, 2D?  Or does this have to be done in ArcMap? 

I was hoping i could simulate the following application in an android application, but in 2D instead of 3D: 

Esri Campus Viewer 

Any help would be appreciated.

Thanks in advance. 

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

This would really depend on the locator and network dataset you use.  If you wanted to route from the first floor to the fifth floor, you would need to build your polyline dataset with z values so the users would know that they would need to walk up an elevator or stairs.  The display should have no affect on the routing logic.

View solution in original post

1 Reply
AlexanderNohe1
Occasional Contributor III

This would really depend on the locator and network dataset you use.  If you wanted to route from the first floor to the fifth floor, you would need to build your polyline dataset with z values so the users would know that they would need to walk up an elevator or stairs.  The display should have no affect on the routing logic.