represents the current deduced geo location.
Here
represents the current deduced geo location.
Details
- Here is equivalent to $GeoLocation and gives a GeoPosition object.
Examples
open all close allBasic Examples (4)
Find your current geo location:
HereFind the next sunrise at the current geo location:
Sunrise[Here]Draw geographic maps and primitives containing your geo location:
GeoGraphics[Arrow@GeoPath[{Here, Entity["City", {"Paris", "IleDeFrance", "France"}]}], GeoBackground -> "ReliefMap"]Compute distances and azimuths from your geo location:
GeoDistance[Here, Entity["City", {"Berlin", "Berlin", "Germany"}]]GeoDirection[Here, Entity["City", {"Berlin", "Berlin", "Germany"}]]Applications (2)
Draw a large geo disk around your current location:
GeoGraphics[GeoDisk[Here, Quantity[3000, "Miles"]]]Compute travel directions from your location to somewhere else:
td = TravelDirections[{Here, Entity["City", {"NewYork", "NewYork", "UnitedStates"}]}]Find out the duration of the trip by car, assuming no stops:
td["TravelTime"]GeoGraphics[GeoPath[td]]Properties & Relations (1)
Here is defined to be identical to $GeoLocation:
{Here, $GeoLocation}Setting the value of $GeoLocation will affect the value of Here:
$GeoLocation = GeoPosition[{50, 0}]{Here, $GeoLocation}Reset $GeoLocation to its original value:
$GeoLocation = FindGeoLocation[]Here is not independently settable:
Here = GeoPosition[{50, 0}]HereTech Notes
Related Guides
History
Text
Wolfram Research (2014), Here, Wolfram Language function, https://reference.wolfram.com/language/ref/Here.html.
CMS
Wolfram Language. 2014. "Here." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Here.html.
APA
Wolfram Language. (2014). Here. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Here.html
BibTeX
@misc{reference.wolfram_2026_here, author="Wolfram Research", title="{Here}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/Here.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_here, organization={Wolfram Research}, title={Here}, year={2014}, url={https://reference.wolfram.com/language/ref/Here.html}, note=[Accessed: 12-June-2026]}