vl_status: Get Valhalla Service Status

View source: R/vl_status.R

vl_statusR Documentation

Get Valhalla Service Status

Description

Use this function to return information on the Valhalla server (version etc.).
This function interfaces with the Status Valhalla service.

Usage

vl_status(server = getOption("valh.server"), verbose = FALSE)

Arguments

server

URL of the Valhalla server.

verbose

if TRUE and if the service has it enabled, it will return additional information about the loaded tileset.

Value

A list with information on the Valhalla service is returned.

Examples

vl_status("https://valhalla1.openstreetmap.de/", verbose = FALSE)

valh documentation built on April 11, 2025, 6:14 p.m.