geocode | R Documentation |
Geocode a place name or an address
geocode(
string = "helsinki",
hits = 1,
host = "https://api.digitransit.fi/geocoding"
)
string |
plane name or an address |
hits |
Number of hits returned |
host |
Define host, for instance |
Data frame with latitude and longitude of the place
geocode(string = "Eduskuntatalo", hits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.