2016-09-20 12:46:59 +00:00
|
|
|
/**
|
2016-11-21 01:49:21 +00:00
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
2016-09-20 12:46:59 +00:00
|
|
|
*
|
2018-02-17 02:24:55 +00:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-11-21 01:49:21 +00:00
|
|
|
*
|
|
|
|
* @flow
|
|
|
|
* @nolint
|
2016-09-20 12:46:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
declare class Position {
|
2016-11-21 01:49:21 +00:00
|
|
|
coords: Coordinates,
|
|
|
|
timestamp: number,
|
|
|
|
mocked: boolean,
|
2016-09-20 12:46:59 +00:00
|
|
|
}
|