# CoreMotionAcceleration

Representation of an accelerometer event.

Availability
3.3.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# x READONLY

Availability
3.3.0
x :Number

X-axis acceleration in G's (gravitational force).


# y READONLY

Availability
3.3.0
y :Number

Y-axis acceleration in G's (gravitational force).


# z READONLY

Availability
3.3.0
z :Number

Z-axis acceleration in G's (gravitational force).