HOME

TheInfoList



OR:

A geofence is a virtual "
perimeter A perimeter is the length of a closed boundary that encompasses, surrounds, or outlines either a two-dimensional shape or a one-dimensional line. The perimeter of a circle or an ellipse is called its circumference. Calculating the perimet ...
" or "
fence A fence is a structure that encloses an area, typically outdoors, and is usually constructed from posts that are connected by boards, wire, rails or net (textile), netting. A fence differs from a wall in not having a solid foundation along its ...
" around a given
geographic feature In geography and particularly in geographic information science, a geographic feature or simply feature (also called an object or entity) is a representation of phenomenon that exists at a location in the space and scale of relevance to geograph ...
. 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-aware device of a
location-based service Location-based service (LBS) is a general term denoting software service (economics), services which use geographic data and information to provide services or information to users. LBS can be used in a variety of contexts, such as health, indoor ...
(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. 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 A mobile phone or cell phone is a portable telephone that allows users to make and receive calls over a radio frequency link while moving within a designated telephone service area, unlike fixed-location phones ( landline phones). This radio ...
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 GPS and
GSM The Global System for Mobile Communications (GSM) is a family of standards to describe the protocols for second-generation (2G) digital cellular networks, as used by mobile devices such as mobile phones and Mobile broadband modem, mobile broadba ...
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 International Business Machines Corporation (using the trademark IBM), nicknamed Big Blue, is an American Multinational corporation, multinational technology company headquartered in Armonk, New York, and present in over 175 countries. It is ...
and
Microsoft Microsoft Corporation is an American multinational corporation and technology company, technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the company became influential in the History of personal computers#The ear ...
since 1995 and is first mentioned as:
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 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.


Working

Geofencing uses technologies like GPS, or even
IP address An Internet Protocol address (IP address) is a numerical label such as that is assigned to a device connected to a computer network that uses the Internet Protocol for communication. IP addresses serve two main functions: network interface i ...
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." The global system of tracking and geofencing is supported by a group of subsystems based on
global navigation satellite system A satellite navigation or satnav system is a system that uses satellites to provide autonomous geopositioning. A satellite navigation system with global coverage is termed global navigation satellite system (GNSS). , four global systems are op ...
(GNSS) services. Both horizontal and vertical accuracy of GNSS is just a few centimetres for baseline ≤ 5 km. The
Wide Area Augmentation System The Wide Area Augmentation System (WAAS) is an air navigation aid developed by the Federal Aviation Administration to augment the Global Positioning System (GPS), with the goal of improving its accuracy, integrity, and availability. Essentia ...
(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. 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 Address geocoding, or simply geocoding, is the process of taking a text-based description of a location, such as an address or the name of a place, and returning geographic coordinates, frequently latitude/longitude pair, to identify a locati ...
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. 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—choice of type depends on the purpose of using geofencing in a given situation.


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

The
FBI The Federal Bureau of Investigation (FBI) is the domestic Intelligence agency, intelligence and Security agency, security service of the United States and Federal law enforcement in the United States, its principal federal law enforcement ag ...
has used geofence warrants to identify rioters who participated in the 6 January Capitol attack.


Safety

Geofencing, used with child location services, can notify parents if a child leaves a designated area. 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. Geofencing used with 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, and notifying rangers when wildlife stray into farmland. A geofence can be used for location-based messaging for tourist safety and communication. In 2015, U.S. Senator
Chuck Schumer Charles Ellis Schumer ( ; born November 23, 1950) is an American politician serving as the Seniority in the United States Senate, senior United States Senate, United States senator from New York (state), New York, a seat he has held since 1999. ...
proposed a law requiring drone manufacturers to build geofencing constraints into
unmanned aerial vehicle An unmanned aerial vehicle (UAV) or unmanned aircraft system (UAS), commonly known as a drone, is an aircraft with no human pilot, crew, or passengers onboard, but rather is controlled remotely or is autonomous.De Gruyter Handbook of Dron ...
navigation systems that would override the commands of the unsophisticated operator, preventing the device from flying into protected airspace.


In the workplace

Geofencing is critical to
telematics Telematics is an interdisciplinary field encompassing telecommunications, vehicular technologies (road transport, road safety, etc.), electrical engineering (sensors, instrumentation, wireless communications, etc.), and computer science (multimedia ...
. 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 Short Message Service, commonly abbreviated as SMS, is a text messaging service component of most telephone, Internet and mobile device systems. It uses standardized communication protocols that let mobile phones exchange short text messages, t ...
or email. In some companies, geofencing is used by the 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.


Satellite

During the use of 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.


Advertisement

Applications of geofencing extend to advertising and
geomarketing In marketing, geomarketing (also called marketing geography) is a discipline that uses geolocation (Geography, geographic information) in the process of planning and implementation of marketing activities.
. Geofencing solution providers allow marketers and advertisers to precisely choose the exact location that their ads show up on. Geofencing uses different types of 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 Target Corporation is an American retail corporation that operates a chain of discount department stores and hypermarkets, headquartered in Minneapolis, Minnesota. It is the seventh-largest retailer in the United States, and a component of th ...
settled for 5 million with the
San Diego City Attorney The San Diego City Attorney is an elected official who serves as the chief legal adviser to the City of San Diego. The city attorney is responsible for representing the city government in legal matters and for prosecuting misdemeanor and infracti ...
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.


See also

*
Assisted GPS Assisted GNSS (A-GNSS) is a GNSS augmentation system that often significantly improves the startup performance—i.e., time to first fix, time-to-first-fix (TTFF)—of a global navigation satellite system (GNSS). A-GNSS works by providing the nece ...
(A-GPS) *
Automotive navigation system An automotive navigation system is part of the automobile controls or a third party add-on used to find direction in an automobile. It typically uses a satellite navigation device to get its position data which is then correlated to a position on ...
*
Cell Broadcast Cell Broadcast (CB) is a method of simultaneously sending Short Message Service, short messages to multiple mobile telephone users in a defined area. It is defined by the ETSI's GSM committee and 3GPP and is part of the 2G, 3G, 4G and 5G standa ...
* Geo-blocking – the practice of making access to internet resources dependent on geographical location * Geo-fence warrant * Geomessaging *
Geotagging Geotagging, or GeoTagging, is the process of adding geographical identification metadata to various media such as a geotagged photograph or video, websites, SMS messages, QR Codes or RgSSfeeds and is a form of geospatial metadata. This data ...
* GPS drawing * GPS tracking * '' Ingress'' – a location-based mobile game that makes use of this technology *
Microtargeting Microtargeting is the use of online data to tailor advertising messages to individuals, based on the identification of recipients’ personal vulnerabilities. Such tactics can be used for promoting a product or a political candidate. Direct market ...
*
Point in polygon In computational geometry, the point-in-polygon (PIP) problem asks whether a given point in the plane lies inside, outside, or on the boundary of a polygon. It is a special case of point location problems and finds applications in areas that deal ...
*
Point of interest A point of interest (POI) is a specific point location that someone may find useful or interesting. An example is a point on the Earth representing the location of the Eiffel Tower, or a point on Mars representing the location of its highest ...
*
Geomarketing In marketing, geomarketing (also called marketing geography) is a discipline that uses geolocation (Geography, geographic information) in the process of planning and implementation of marketing activities.
*
Social media use in politics Social media use in politics refers to the use of online social media platforms in political processes and activities. Political processes and activities include all activities that pertain to the governance of a country or area. This includes Pol ...


References


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. . * 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 Global Positioning System Regions Geographical technology Geographic position