gh_get_info: Get information about the GraphHopper instance

Description Usage Examples

View source: R/info-endpoint.R

Description

Get information about the GraphHopper instance

Usage

1

Examples

1
2
3
4
5
6
7
if (FALSE) {
  info <- gh_get_info()

  message(info$version)
  message(info$data_date)
  print(gh_bbox(info))
}

graphhopper documentation built on Feb. 6, 2021, 5:05 p.m.