Geocoder#

Add a search box to the map to search for geographic features like cities, countries, etc. You can search with names or addresses.

Uses the Nomatim service from OpenStreetMap. Please respect their usage policy: https://operations.osmfoundation.org/policies/nominatim/

[2]:
m = folium.Map()

folium.plugins.Geocoder().add_to(m)

m
[2]:
Make this Notebook Trusted to load map: File -> Trust Notebook