Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

How to optimize a route with Google-API Maps for more than 23 waypoints?

could someone please point me out the part of the route optimization for routes with more than 23 waypoints? I want …

google-maps optimization routes directions
Rails 4 - How to match routes in namespace

Hi i have admin panel controller and have many controller in admin panel. I want to match routes usually without …

ruby-on-rails ruby routes ruby-on-rails-4.1
How to call the Route Name in Html.ActionLink asp.net MVC?

I have this route routes.MapRoute( "ViewGames", // Route name "psp/{controller}/{action}", // URL with parameters new { controller = "Games"} // Parameter defaults ); …

routes html.actionlink
How to draw a route between two markers in google maps (swift )?

I want to show direction between two markers that I had made. How can I do it? How can I …

swift google-maps routes direction
Angular routing with multiple routes and router-outlet

I'm trying to add navigation to components in addition to the navigation of the app root, but it is not …

angular routes angular-routing router-outlet
How to serve static files in FastAPI

I am trying to serve static files that I have in a package_docs directory. When I open in the …

python-3.x routes static-files fastapi pkg-resources
Google API (directions) - creating routes that avoid certain points

Google Maps API does not seem to provide a means to create routes that avoid or tend to avoid certain …

google-maps routes directions
Loopback in Route table

I and working on a project to create a WAN emulator using FreeBDS in a VMWare guest configured to route …

windows-7 vmware routes routed-commands loopback-address
How i draw a route with react-google-maps component?

I'm traying to draw a route between two points with react-google-maps but is not working for me. Can u help …

javascript reactjs routes react-google-maps