View source: R/utils-geocoder-obj.R
geocode_server | R Documentation |
Create an object of class GeocodeServer
from a URL. This object
stores the service definition of the geocoding service as a list object.
geocode_server(url, token = arc_token())
url |
the URL of a geocoding server. |
token |
an object of class |
an object of class GeocodeServer
.
server_url <- "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"
geocode_server(server_url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.