Augmentation Pattern

Geolocated Remark Pattern

What is the Geolocated Remark Pattern

The Geolocated Remark pattern is about placing AR augmentations at locations defined by map coordinates. Most often, Geolocated Remark augmentations are used in conjunction with GPS-enabled devices, and try to enforce the correct location of the user. Examples of Geolocated Remarks are pervasive games like Pokemon Go, where monsters spawn at specific geographic locations, as well as map applications

Typically, the reaction to a geolocated remark is presented as text in the 2D user interface or as audio feedback.

Requirements

  • Anchored: on GPS location
  • Placed: on GPS location, often paired with Attention Director pattern to help users identify their own relative position.
  • Aligned: N/A or towards user

Technical Considerations

Due to the precision restrictions of GPS signals, the reaction is not precisely placed in 2D or 3D space.

Geolocated Remarks require AR devices with GPS capabilities if enforcing the actual location of the user is important. Otherwise, simply entering an address or coordinates can and should be offered. Location spoofing is an issue with the Geolocated Remark pattern: In Pokemon Go, for example, developer Niantic has taken considerable measures to prevent or discourage location spoofing. Often however, geolocated remark patterns exist to provide better usability, for example in map or navigation applications.