Select to view content in your preferred language

Kotlin Maps - Android Network Routing

160
1
a week ago
Dhruvin
Emerging Contributor

Is there a way to override network information or network routing for map tile downloading and other services that is automatically using data when the map is loaded and other interactions than the default route ?

 

0 Kudos
1 Reply
VenkataKondepati
Occasional Contributor

You can’t override the default routing for map tile downloads or service calls. Those requests always use the system’s configured network path. The supported way is to control access through proxies, traffic rules, or enterprise gateways, not within ArcGIS itself. If you need custom routing (e.g., for cost control or compliance), place ArcGIS traffic behind a reverse proxy/load balancer where you can define those network rules.

0 Kudos