diff --git a/docs/articles/geocoder.html b/docs/articles/geocoder.html index 3d7a5dc..873d669 100644 --- a/docs/articles/geocoder.html +++ b/docs/articles/geocoder.html @@ -162,8 +162,8 @@

legend = FALSE, homebutton = FALSE ) -
- +
+

@@ -276,14 +276,14 @@

label = rev_landmarks$name, layer.name = "Landmarks", homebutton = FALSE) m

-
-

If no addresses or landmarks are found near a POI, NULL for this POI is returned. In this case the rows corresponding to this particular POI are missing and merging the POIs by row is not possible. However, in the returned sf object, the column "id" matches the rows of the input POIs. The "id" column can be used to join the original POIs.

+
+

If no addresses or landmarks are found near a POI, NULL for this POI is returned. In this case the rows corresponding to this particular POI are missing and merging the POIs by row is not possible. However, in the returned sf object, the column "id" matches the rows of the input POIs. The "id" column can be used to join the original POIs.

API Reference

diff --git a/docs/articles/routing.html b/docs/articles/routing.html index 918118a..ac078fd 100644 --- a/docs/articles/routing.html +++ b/docs/articles/routing.html @@ -145,8 +145,8 @@

map.types = c("Esri.WorldTopoMap"), homebutton = FALSE )

-
- +
+

@@ -377,8 +377,8 @@

map.types = c("Esri.WorldTopoMap"), homebutton = FALSE )

-
- +
+

diff --git a/docs/articles/traffic.html b/docs/articles/traffic.html index f1657b5..7fe334c 100644 --- a/docs/articles/traffic.html +++ b/docs/articles/traffic.html @@ -147,8 +147,8 @@

map.types = c("Esri.WorldTopoMap"), homebutton = FALSE )

-
- +
+

@@ -167,8 +167,8 @@

map.types = c("Esri.WorldTopoMap"), homebutton = FALSE )

-
- +
+

diff --git a/docs/articles/weather.html b/docs/articles/weather.html index fe8419f..888a276 100644 --- a/docs/articles/weather.html +++ b/docs/articles/weather.html @@ -356,8 +356,8 @@

map.types = c("Esri.WorldTopoMap"), homebutton = FALSE )

-
- +
+

@@ -396,8 +396,8 @@

legend = FALSE, popup = leafpop::popupGraph(g) )

-
- +
+

diff --git a/vignettes/geocoder.Rmd b/vignettes/geocoder.Rmd index ee8dd4b..e462b0f 100755 --- a/vignettes/geocoder.Rmd +++ b/vignettes/geocoder.Rmd @@ -106,6 +106,6 @@ If no addresses or landmarks are found near a POI, `NULL` for this POI is return ## API Reference -* [Autocomplete](hhttps://developer.here.com/documentation/geocoder-autocomplete/dev_guide/topics/resource-suggest.html) +* [Autocomplete](https://developer.here.com/documentation/geocoder-autocomplete/dev_guide/topics/resource-suggest.html) * [Geocoder](https://developer.here.com/documentation/geocoder/topics/resource-geocode.html) * [Reverse Geocoder](https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-reverse-geocode.html)