server_address: server_address() returns the URL address of the OSRM localhost or OSRM webserver,
depending on the value of the variable 'use_localhost'.
This is an internal function. The address is used as a part of a OSRM server-request.
Description
server_address() returns the URL address of the OSRM localhost or OSRM webserver,
depending on the value of the variable 'use_localhost'.
This is an internal function. The address is used as a part of a OSRM server-request.
Usage
server_address(use_localhost)
Arguments
use_localhost
A logical, indicating whether to use the localhost or not.