Geo-fence: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎History: remove duplicate links, add link, spell out &
Cru121 (talk | contribs)
content moved to Geofence
Tags: New redirect Reverted
Line 1: Line 1:
#REDIRECT [[Geofence]]
{{Short description|Virtual perimeter}}
{{Confuse|Geo-blocking}}
{{Use dmy dates|date=August 2023}}
<!-- Deleted image removed: [[File:Gps tracking geofence.png|thumb|Geofences in GPS tracking software]] -->
[[File:GeoFence.jpg|thumb|Two geofences defined in a GPS application]]

A '''geofence''' is a [[Virtuality|virtual]] [[perimeter]] for a real-world geographic area.<ref name=":0">{{Cite encyclopedia|url=http://whatis.techtarget.com/definition/geofencing|title=What is geo-fencing (geofencing)?|date=December 2016|encyclopedia=WhatIs.com|publisher=TechTarget|location=Newton, Massachusetts|access-date=26 January 2020|last=Rouse|first=Margaret}}</ref> A geofence can be dynamically generated (as in a radius around a point location) or match a predefined set of boundaries (such as school zones or neighborhood boundaries).

The use of a geofence is called '''geofencing''', and one example of use involves a [[location awareness|location-aware]] device of a [[location-based service]] (LBS) user entering or exiting a geofence. Geofencing approach is based on the observation that users move from one place to another and then stay at that place for a while. This method combines awareness of the user's current location with awareness of the user's proximity to locations that may be of interest.<ref>{{Cite book |last1=Namiot |first1=Dmitry |last2=Sneps-Sneppe |first2=Manfred |title=Internet of Things, Smart Spaces, and Next Generation Networking |chapter=Geofence and Network Proximity |date=2013 |editor-last=Balandin |editor-first=Sergey |editor2-last=Andreev |editor2-first=Sergey |editor3-last=Koucheryavy |editor3-first=Yevgeni |chapter-url=https://link.springer.com/chapter/10.1007/978-3-642-40316-3_11 |series=Lecture Notes in Computer Science |volume=8121 |language=en |location=Berlin, Heidelberg |publisher=Springer |pages=117–127 |doi=10.1007/978-3-642-40316-3_11 |arxiv=1303.5943 |isbn=978-3-642-40316-3|s2cid=15873599 }}</ref> This activity could trigger an alert to the device's user as well as messaging to the geofence operator. This info, which could contain the location of the device, could be sent to a [[mobile telephone]] or an email account.

==History==
Geofencing was invented in the early 1990s and patented in 1995 by American inventor Michael Dimino, using the first-of-its-kind [[Global Positioning System|GPS]] and [[GSM]] technology for tracking and locating anywhere on the globe from a remote location.

Cellular geofencing for global tracking is cited in the United States Patent Office over 240 times by major companies such as [[IBM]] and [[Microsoft]] since 1995 and is first mentioned as:<ref>{{cite web |date=December 1995 |title= Telephone operable global tracking system for vehicles |url=http://patents.google.com/patent/US5918180A/en |publisher=United States Patent Office}}</ref>
<blockquote>
A global tracking system (GTS) for monitoring an alarm condition associated with and locating a movable object, the GTS comprising:

:a cellular telephone located with the movable object;

:a [[Global Positioning System|GPS]] (global positioning system) receiver located with the movable object, the GPS receiver being effective for providing data reflecting a present spacial position of the movable object, in terms of spacial latitude/longitude coordinates;

:an interface between the GPS receiver and the cellular telephone, the interface being connected between the GPS receiver and the cellular telephone and including circuitry for transmitting the spacial coordinates from the GPS receiver through the telephone, wirelessly to a remote location; and

:an alarm for detecting that the object has been moved, by calculating a spatial movement of the object which exceeds a predetermined distance based on information supplied by the GPS receiver, and the alarm initiating the transmission to the remote location the spatial coordinates from the GPS receiver when said movement of predetermined distance has been detected.
</blockquote>

==Working==
Geofencing uses technologies like GPS, or even [[IP address]] ranges to build its virtual fence. In most cases, mobile phones are using combinations of positioning methods, e.g. Assisted GPS (A-GPS). “A-GPS uses assistance data received from the network to obtain a faster location calculation compared with GPS alone.”<ref>{{Cite journal |last=Namiot |first=Dmitry |date=2 December 2022 |title=GeoFence services {{!}} Namiot {{!}} International Journal of Open Information Technologies |url=http://www.injoit.ru/index.php/j1/article/view/51/48 |access-date=2 December 2022 |journal=International Journal of Open Information Technologies|volume=1 |issue=9 |pages=30–33 }}</ref> The global system of tracking and geofencing is supported by a group of subsystems based on [[global navigation satellite system]] (GNSS) services. Both horizontal and vertical accuracy of GNSS is just a few centimetres for baseline ≤ 5 km.<ref>{{Cite journal |last=Khomsin, Ira Mutiara Anjasmara, Danar Guruh Pratomo, and Wahyu Ristanto |title=Accuracy Analysis of GNSS (GPS, GLONASS and BEIDOU) {{sic|nolink=y|Obsevation}} for Positioning |date=2019 |url=https://www.e3s-conferences.org/articles/e3sconf/pdf/2019/20/e3sconf_isgnss2018_01019.pdf |journal=E3S Web of Conferences |volume=94 |page=01019 |doi=10.1051/e3sconf/20199401019 |bibcode=2019E3SWC..9401019K |s2cid=165073579 |via=The Authors}}</ref> The [[Wide Area Augmentation System]] (WAAS) is used by devices equipped and used in North America – the accuracy is considered to be within 3 m at least 95% of the time.<ref>{{Cite journal |date=31 October 2008 |editor-last=United States. Federal Aviation Administration |title=Global Positioning System wide area augmentation system (WAAS) performance standard. |url=https://rosap.ntl.bts.gov/view/dot/16922 |language=English}}</ref> These virtual fences can be used to track the physical location of the device active in the particular region or the fence area. The location of the person using the device is taken as [[geocoding]] data and can be used further for advertising purposes.

It is possible to monitor several geofences at once (multiple active geofences). The number of active geofences on Android devices is limited to 100 per app and per user.<ref>{{Cite web |title=Create and monitor geofences |url=https://developer.android.com/training/location/geofencing |access-date=2 December 2022 |website=Android Developers |language=en}}</ref> It is possible to monitor different type of triggering activity for each geofence separately – entrance, exit, or dwell in the monitored area.

==Types==
There are two types of geofencing – it depends on the purpose of the application, which one of them is better to use.

===Active===
It uses GPS services for the entire time when the application is running and therefore consumes more battery as a result. The reason for the higher battery consumption is the fact that the service requires running in the foreground throughout the time of usage.

===Passive===
This type does not require a constantly active state of the application and is able to run in the background. It is rather suitable for the process of data collection. It does not use GPS services, therefore cannot be used for an app depending on real time (sending notifications immediately, etc).

==Pros and cons==
===Advantages===
* It is not necessary to implement any additional hardware for this method to function.
* This service is available for both Android and iOS operating systems.
* When properly implemented, you can expect accuracy in units of metres.

===Disadvantages===
* Higher battery consumption
* Before it is possible to start using the geofencing method, it is necessary for a user to allow [[location tracking]].

==Applications==
===Policing===
{{main|Geo-fence warrant}}

The [[FBI]] has used geofence warrants to identify rioters who participated in the [[January 6 United States Capitol attack|6 January Capitol attack]].<ref>{{cite magazine | url=https://www.wired.com/story/capitol-riot-google-geofence-warrant/ | title=How a Secret Google Geofence Warrant Helped Catch the Capitol Riot Mob | magazine=Wired | last1=Harris | first1=Mark |date=30 September 2021 |access-date=10 November 2021 }}</ref>

===Safety===
Geofencing, used with [[Parental controls|child location]] services, can notify parents if a child leaves a designated area.<ref>{{cite book|url=https://books.google.com/books?id=kCvjD_5p5XYC&pg=PA88|title=Location Systems: An Introduction to the Technology Behind Location Awareness|last=De Lara|first=Eyal|author2=Anthony LaMarca|author3=Mahadev Satyanarayanan|publisher=Morgan & Claypool Publishers|year=2008|isbn=978-1-59829-581-8|series=Synthesis Lectures on Mobile and Pervasive Computing, Lecture #4|page=88|url-access=limited|via=Google Books}}</ref>

It is also being used for flexible home controls and monitoring system – for example setting a phone to unlock the door or turn on the heating when arriving home.<ref>{{Cite journal |last1=Amudha |first1=S. |last2=Sankar |first2=S. Sasi Rekha |last3=Rajkumar |first3=Mishra Neel |last4=Jain |first4=Aayush |date=21 June 2019 |title=Enhancement of smart home automation system using secure geofence concept in IoT |journal=AIP Conference Proceedings |volume=2112 |issue=1 |pages=020036 |doi=10.1063/1.5112221 |bibcode=2019AIPC.2112b0036A |s2cid=198339104 |issn=0094-243X|doi-access=free }}</ref>

Geofencing used with [[locationized firearms|location-based guns]] can restrict those firearms to fire only in locations where their firing is permitted, thereby making them unable to be used elsewhere.

Other applications include sending an alert if a vehicle is stolen,<ref>{{cite news |date=23 January 2009 |title=Motorcycle Tracker Updates Every 15 Seconds |work=Motorcycle USA |url=http://www.motorcycle-usa.com/2/2304/Motorcycle-Article/Motorcycle-Tracker-Updates-Every-15-Seconds.aspx |url-status=dead |access-date=26 January 2009 |archive-url=https://web.archive.org/web/20090131093939/http://www.motorcycle-usa.com/2/2304/Motorcycle-Article/Motorcycle-Tracker-Updates-Every-15-Seconds.aspx |archive-date=31 January 2009 |quote=Courtesy True Tracker Pro}}</ref> and notifying rangers when wildlife stray into farmland.<ref>{{cite news |date=11 October 2008 |title=Kenya's elephants send text messages to rangers |work=CBS News |agency=Associated Press |url=http://www.cbsnews.com/stories/2008/10/11/tech/main4515365.shtml |access-date=26 January 2020}} </ref>

A geofence can be used for location-based messaging for tourist safety and communication.<ref>{{cite web |date=July 2017 |title=Location Based Messaging for Tourist Safety and Communication |url=http://ugoround.com/white_papers/UgoRound-White-Paper-Location-based-messaging-for-Tourists.pdf |access-date=26 January 2020 |publisher=UgoRound Australia Pty Ltd |archive-date=26 September 2017 |archive-url=https://web.archive.org/web/20170926042440/http://ugoround.com/white_papers/UgoRound-White-Paper-Location-based-messaging-for-Tourists.pdf |url-status=dead }}</ref>

In 2015, US Senator [[Charles Schumer]] proposed a law requiring drone manufacturers to build geofencing constraints into [[unmanned aerial vehicle]] navigation systems that would override the commands of the unsophisticated operator, preventing the device from flying into protected [[airspace]].<ref>{{cite news |date=18 March 2015 |title=Todd Humphreys: Don't Overregulate Drones |work=Alcalde |url=http://alcalde.texasexes.org/2015/03/todd-humphreys-dont-overregulate-drones/ |access-date=5 April 2015}}</ref><ref>{{cite web |last=Schumer |first=Charles |date=19 August 2015 |title=Schumer proposes law |url=http://www.schumer.senate.gov/newsroom/press-releases/schumer-proposes-new-law-designed-to-virtually-eliminate-chance-of-drones-crashing-into-planes-geo-fencing-amendment-would-require-software-on-every-drone-that-would-prohibit-flying-near-airports-and-sensitive-areas-the-technology-worksall-thats-needed-is-a-law |access-date=15 December 2015}}</ref>

===In the workplace===
Geofencing is critical to [[telematics]]. It allows users of the system to draw zones around places of work, customer's sites and secure areas. These geofences when crossed by an equipped vehicle or person can trigger a warning to the user or operator via [[SMS]] or email.

In some companies, geofencing is used by the [[Human resource management|human resource]] department to monitor employees working in special locations, especially those doing field works. Using a geofencing tool, an employee is allowed to log his or her attendance using a GPS-enabled device when within a designated perimeter.

Geofencing, in a security strategy model, provides security to wireless local area networks. This is done by using predefined borders (e.g., an office space with borders established by positioning technology attached to a specially programmed server). The office space becomes an authorized location for designated users and wireless mobile devices.<ref>Hamid Jahankhani, A G Hessami, Feng Hsu: Global security, safety, and sustainability : 5th international conference, ICGS3 2009, London, UK, 1–2 September 2009 : proceedings. {{ISBN|978-3-642-04061-0}}</ref>{{Page needed|date=January 2020}}

=== Satellite ===
During the use of [[Starlink in the Russo-Ukrainian War|Starlink satellites in the Russo-Ukrainian War]], SpaceX used geofencing to limit the use of Starlink Internet services outside the borders of Ukraine such as in [[Russian-occupied territories in Ukraine]].<ref name=":39">{{Cite news |last=Kim |first=Victoria |date=2023-09-08 |title=Elon Musk Acknowledges Withholding Satellite Service to Thwart Ukrainian Attack |language=en-US |work=The New York Times |url=https://www.nytimes.com/2023/09/08/world/europe/elon-musk-starlink-ukraine.html |access-date=2023-09-10 |issn=0362-4331}}</ref>

===Advertisement===
{{Unreferenced section|date=April 2022}}

Applications of geofencing extend to advertising and [[geomarketing]]. Geofencing solution providers allow marketers and advertisers to precisely choose the exact location that their ads show up on. Geofencing uses different types of [[geo-targeting|targeting]] to identify zip codes, street addresses, GPS coordinates using latitude and longitude, as well as IP targeting.

Geofencing enables competitive marketing tactics for advertisers and marketers to grab the attention of in-market shoppers in their competitive store location, large scale events such as concerts, sports events, conferences, etc. in stadiums, convention centers, malls, outlets, parks, neighborhoods. For example: at a concert, a digital ad relating to the performer or an affiliated company could be sent to only those people in the venue.

For example, a local auto-dealership builds a virtual boundary within a few square miles from its dealership's location to target car buyers within the same neighborhood. This way they limit their ad spending on prospects who are more likely to purchase in order to get a better ROI. Using tracking technologies to identify devices where the ads were shown, geofencing solution providers are able to provide walk-in attribution for their advertising. This means that using a geofencing solution, companies can now track the customers who walked into the showroom after seeing the ad. This level of attribution provides better visibility and analytics for marketers to spend their advertising budget wisely.

A local service business may only be interested in (a) likely clients (b) within a service region or catchment basin. Broadcasting or advertising more extensively brings irrelevant responses and wastes energy, time, money, and opportunity. Electronic advertising can identify and target only desired market objects (people).

==Business==
[[Target Corporation]] settled for {{dollarsign|US}}5 million with the [[San Diego City Attorney]] in April 2022, promising to audit and improve pricing procedures, after a San Diego complaint that the company used geofencing to raise prices when a customer entered a store.<ref>{{cite news|title=Target pays $5 million in settlement over pricing accuracy allegations|url=https://www.startribune.com/target-pays-5-million-in-settlement-over-pricing-accuracy-allegations/600169148/|author=Norfleet, Nicole|access-date=29 April 2022|date=29 April 2022|work=Star Tribune}}</ref>

==See also==
* [[Assisted GPS]] (A-GPS)
* [[Automotive navigation system]]
* [[Cell Broadcast]]
* [[Geo-blocking]] — the practice of making access to internet resources dependent on geographical location
* [[Geo-fence warrant]]
* [[Geomessaging]]
* [[Geotagging]]
* [[GPS drawing]]
* [[GPS tracking]]
* ''[[Ingress (video game)|Ingress]]'' – a location-based mobile game that makes use of this technology
* [[Microtargeting]]
* [[Point in polygon]]
* [[Point of interest]]
* [[Geomarketing]]
* [[Social media use in politics]]

==References==
{{reflist}}

==Further reading==
* De Lara, Eyal; Anthony LaMarca, Mahadev Satyanarayanan (2008). ''Location Systems: An Introduction to the Technology Behind Location Awareness.'' Morgan & Claypool Publishers. p. 88. {{ISBN|978-1-59829-581-8}}.
* Anthony C. Ijeh, Allan J. Brimicombe, David S. Preston, Chris O. Imafidon (2009) "Geofencing in a Security Strategy Model." In ''Global Safety and Sustainability: 5th International Conference Proceedings''. Jahankhani, H.; Hessami, A.G.; Hsu, F. (Eds.) p.104-111 © Springer-Verlag Berlin Heidelberg 2009. {{ISBN|978-3-642-04061-0}}

[[Category:Global Positioning System]]
[[Category:Regions]]
[[Category:Geographical technology]]
[[Category:Geographic position]]

Revision as of 06:55, 23 April 2024

Redirect to: