Skip to content

Commit

Permalink
update js interface for onUserLocationChange results
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanimir Marinov committed Apr 18, 2018
1 parent a4b1137 commit d30ef1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ declare module "react-native-maps" {
latitude: number,
longitude: number,
altitude: number,
timestamp: number,
accuracy: number,
speed: number,
isFromMockProvider: boolean,
Expand Down

0 comments on commit d30ef1e

Please sign in to comment.