public class Position extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Coordinates> |
coords |
Objs.Property<Number> |
timestamp |
Modifier | Constructor and Description |
---|---|
protected |
Position(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Position |
$as(Object obj) |
Coordinates |
coords() |
Number |
timestamp() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Coordinates> coords
public Objs.Property<Number> timestamp
protected Position(Objs.Constructor<?> c, Object js)
public Coordinates coords()
public Number timestamp()
Copyright © 2018. All rights reserved.