GeoNearest

returns the geographic entity of type enttype closest to the geo location loc.
returns the vali corresponding to the nearest regi.
Details and Options



- In GeoNearest[enttype,loc], enttype can be specified as an Entity object, such as Entity["Country"], or as a string, such as "City".
- Valid forms of enttype include:
-
"AdministrativeDivision" administrative division of any level "AdministrativeDivision1" first-level administrative division "AdministrativeDivision2" second-level administrative division "AdministrativeDivision3" third-level administrative division "Airport" airports "Bridge" bridges "Building" buildings "City" city "Country" country, territory, etc. "HistoricalCountry" historical countries, regions, empires, etc. "MilitaryConflict" military conflicts "Mountain" mountains "Ocean" oceans "USCounty" US counties "USState" US states "Volcano" volcanoes "ZIPCode" US ZIP codes Dated[ent,date] entities of type enttype in date Except[ent,enttype] entities other than ent of type enttype GeoVariant[enttype,variant] entities using variant regions EntityClass["type","class"] individual members of class type1type2… any of the typei All any possible type - In GeoNearest[enttype,loc], loc can be any geo location object, including GeoPosition objects; geo entities of domains such as "City", "Country" or "HistoricalCountry"; Dated[…] objects; GeoVariant[…] expressions; and more.
- Geographic regions can be specified as geo locations, an Entity or EntityClass object or a GeoGraphics primitive.
- For domains of time-dependent entities, GeoNearest by default returns results corresponding to the moment of closest approach to the given location, which may itself also be time dependent.
- A radius should be given as a Quantity object or the number 0.
- GeoNearest[spec,loc,{All,r}] returns all results within radius r of loc.
- GeoNearest always returns a list. If there are multiple nearest matches, GeoNearest[spec,loc] will return all of them.
- GeoNearest[spec,loc,{n,r}] may return an empty list if there are no matches within the specified radius.
- The following options can be given:
-
DistanceFunction "Boundary" how to compute distances for extended regions TimeConstraint 30 how many seconds to allow for computation - The following possible settings can be given for DistanceFunction:
-
"Boundary" minimum distance between any points in regions "Center" distance between centers of regions "SignedBoundary" distance to boundary, negative for interior points
Examples
open allclose allBasic Examples (3)Summary of the most common use cases
Find your current or nearest country:

https://wolfram.com/xid/0i1qfq8xe-5u0ahq

The country closest to the center of the Atlantic Ocean:

https://wolfram.com/xid/0i1qfq8xe-rwq4gm

The five counties nearest to Chicago, Illinois, United States:

https://wolfram.com/xid/0i1qfq8xe-uoq96r

All volcanoes within a radius of 1000 miles from London:

https://wolfram.com/xid/0i1qfq8xe-2owv4r

Scope (16)Survey of the scope of standard use cases
Entity Types (6)
The three countries closest to Australia:

https://wolfram.com/xid/0i1qfq8xe-zcmlfy

Entity types can also be specified with Entity head:

https://wolfram.com/xid/0i1qfq8xe-h9205w

Give countries whose closest point to Germany is closer than 100 kilometers:

https://wolfram.com/xid/0i1qfq8xe-hqy5ae

Find entities that cover a particular point:

https://wolfram.com/xid/0i1qfq8xe-tbfnu1

Return famous buildings within one of those extended regions:

https://wolfram.com/xid/0i1qfq8xe-871xbc

The mountain or volcano closest to your location:

https://wolfram.com/xid/0i1qfq8xe-3fl6ze

The US state other than California closest to San Francisco:

https://wolfram.com/xid/0i1qfq8xe-om3fzp

The country whose center is closest to Paris:

https://wolfram.com/xid/0i1qfq8xe-qlq42m

With the default variant "PrincipalArea", Paris is at zero distance from France:

https://wolfram.com/xid/0i1qfq8xe-n0jyi7

Groups of Entities and Regions (6)
The border of the continental United States to which the city of Saint Louis, Missouri, is closest:

https://wolfram.com/xid/0i1qfq8xe-33qae4

Return the value corresponding to the border entity closest to Denver, Colorado:

https://wolfram.com/xid/0i1qfq8xe-x26bk0


https://wolfram.com/xid/0i1qfq8xe-u8ncq

The closest of several points to your current location:

https://wolfram.com/xid/0i1qfq8xe-ytgii2

The position in a list of the point closest to Chicago:

https://wolfram.com/xid/0i1qfq8xe-3z0vs3


https://wolfram.com/xid/0i1qfq8xe-3u05md

Determine whether Germany is closest to a member of OPEC, the Baltic states or the British Commonwealth:

https://wolfram.com/xid/0i1qfq8xe-h17v3t

Determine to which of the following city pairs Greece is closest:

https://wolfram.com/xid/0i1qfq8xe-t5mhwm

Historical Entities (4)
GeoNearest with historical entities returns the closest entities that correspond to the same time period:

https://wolfram.com/xid/0i1qfq8xe-ko0h2

Use Dated with historical entities to specify a particular date or interval of dates:

https://wolfram.com/xid/0i1qfq8xe-cn5zha

Using Dated in the first argument gives results indicating the time of closest approach:

https://wolfram.com/xid/0i1qfq8xe-chl4gc

With a non-historical location, the search is performed geographically, regardless of dates:

https://wolfram.com/xid/0i1qfq8xe-l5s6yz

Specifying date information for the location will give results that correspond to those dates:

https://wolfram.com/xid/0i1qfq8xe-q26apd

Check that the dates correspond to years between 1750 and 1800:

https://wolfram.com/xid/0i1qfq8xe-w23w8o

Options (1)Common values & functionality for each option
DistanceFunction (1)
By default, distances are measured from the boundaries of extended regions:

https://wolfram.com/xid/0i1qfq8xe-c7blzh

With DistanceFunction->"Center", distance from the center of the entity is used:

https://wolfram.com/xid/0i1qfq8xe-3zub62

Applications (1)Sample problems that can be solved with this function
Find the countries that fall at least in part within a given latitude/longitude region:

https://wolfram.com/xid/0i1qfq8xe-0svxjp

https://wolfram.com/xid/0i1qfq8xe-w3rqvz

Plot them, together with the latitude/longitude region:

https://wolfram.com/xid/0i1qfq8xe-m738rq

Properties & Relations (2)Properties of the function, and connections to other functions
GeoIdentify is a specialized form of GeoNearest:

https://wolfram.com/xid/0i1qfq8xe-uktv6f


https://wolfram.com/xid/0i1qfq8xe-nq7r87


https://wolfram.com/xid/0i1qfq8xe-s549ew

GeoNearest includes all entities, if any, at zero distance from an extended region:

https://wolfram.com/xid/0i1qfq8xe-drlv92

GeoEntities only includes entities that overlap the region:

https://wolfram.com/xid/0i1qfq8xe-ia49e2


https://wolfram.com/xid/0i1qfq8xe-hiu3y9

Neat Examples (1)Surprising or curious use cases
Construct a function to find the shortest route from a given position to the nearest foreign country:

https://wolfram.com/xid/0i1qfq8xe-0jv12f
Compute the shortest path out of the country in which you are:

https://wolfram.com/xid/0i1qfq8xe-sco563


https://wolfram.com/xid/0i1qfq8xe-7114sv

Make a map showing the shortest path:

https://wolfram.com/xid/0i1qfq8xe-3zp767

https://wolfram.com/xid/0i1qfq8xe-jmccuw

Wolfram Research (2014), GeoNearest, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoNearest.html (updated 2024).
Text
Wolfram Research (2014), GeoNearest, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoNearest.html (updated 2024).
Wolfram Research (2014), GeoNearest, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoNearest.html (updated 2024).
CMS
Wolfram Language. 2014. "GeoNearest." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/GeoNearest.html.
Wolfram Language. 2014. "GeoNearest." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/GeoNearest.html.
APA
Wolfram Language. (2014). GeoNearest. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoNearest.html
Wolfram Language. (2014). GeoNearest. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoNearest.html
BibTeX
@misc{reference.wolfram_2025_geonearest, author="Wolfram Research", title="{GeoNearest}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/GeoNearest.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_geonearest, organization={Wolfram Research}, title={GeoNearest}, year={2024}, url={https://reference.wolfram.com/language/ref/GeoNearest.html}, note=[Accessed: 04-April-2025
]}