From e662a1249569487cc74c498859670dad84bec1f0 Mon Sep 17 00:00:00 2001 From: u228298 Date: Thu, 24 Oct 2024 07:37:59 +0200 Subject: [PATCH 1/2] Update route_matrix documentation: Note freemium key restriction for HERE API --- man/route_matrix.Rd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/route_matrix.Rd b/man/route_matrix.Rd index edc6063..5ce660f 100755 --- a/man/route_matrix.Rd +++ b/man/route_matrix.Rd @@ -39,6 +39,10 @@ The requested matrix is split into (sub-)matrices of dimension 15x100 to use the maximum matrix size per request and thereby minimize the number of overall needed requests. The result is one route summary matrix, that fits the order of the provided POIs: \code{orig_id}, \code{dest_id}. } +\note{ +This feature is no longer available with new freemium keys on the HERE platform. +For more details, refer to the HERE API documentation. +} \examples{ # Provide an API Key for a HERE project set_key("") From f9ba0c2c36de02e7423a61d0c0812e0e05a1a167 Mon Sep 17 00:00:00 2001 From: u228298 Date: Thu, 24 Oct 2024 07:38:45 +0200 Subject: [PATCH 2/2] Update route_matrix documentation: Note freemium key restriction for HERE API --- R/route_matrix.R | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R/route_matrix.R b/R/route_matrix.R index e8381d2..46a4823 100755 --- a/R/route_matrix.R +++ b/R/route_matrix.R @@ -19,6 +19,10 @@ #' #' @return #' A \code{data.frame}, which is an edge list containing the requested M:N route combinations. +#' +#' @note This feature is no longer available with new freemium keys on the HERE platform. +#' For more details, refer to the HERE API documentation. +#' #' @export #' #' @examples