Skip to content

Latest commit

 

History

History
94 lines (53 loc) · 2.44 KB

geo-interaction-details.schema.md

File metadata and controls

94 lines (53 loc) · 2.44 KB

Geo Interaction Details Schema

https://ns.adobe.com/xdm/context/geo-interaction-details

The geo details relating to the current state of inclusion in a geo defined area.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted context/geo-interaction-details.schema.json

Schema Hierarchy

  • Geo Interaction Details https://ns.adobe.com/xdm/context/geo-interaction-details

Geo Interaction Details Example

{
  "xdm:distanceToCenter": 100,
  "xdm:accuracy": 30
}

Geo Interaction Details Properties

Property Type Required Defined by
xdm:deviceGeoAccuracy number Optional Geo Interaction Details (this schema)
xdm:distanceToCenter number Optional Geo Interaction Details (this schema)
xdm:geoShape Geo Shape Optional Geo Interaction Details (this schema)
* any Additional this schema allows additional properties

xdm:deviceGeoAccuracy

Geo Device Accuracy

The accuracy of the geo measuring device or mechanism. Measured in meters.

xdm:deviceGeoAccuracy

  • is optional
  • type: number
  • defined in this schema

xdm:deviceGeoAccuracy Type

number

xdm:distanceToCenter

Distance to Center

Distance to center of geo in case of a geo circle. Measured in meters.

xdm:distanceToCenter

  • is optional
  • type: number
  • defined in this schema

xdm:distanceToCenter Type

number

xdm:geoShape

Geo Shape

Geo shape of the geo being interacted with.

xdm:geoShape

  • is optional
  • type: Geo Shape
  • defined in this schema

xdm:geoShape Type