Skip to content

Commit 7a74f1f

Browse files
authored
Merge pull request MicrosoftDocs#1542 from Power-Maverick/patch-8
Position object realignment
2 parents 51428b7 + b5c4681 commit 7a74f1f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Type: `Promise<Position>`
3131

3232
## Remarks
3333

34-
See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](https://developer.mozilla.org/docs/Web/API/Position)
34+
See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](../position.md)
3535

3636
### Related topics
3737

3838
[Device](../device.md)<br/>
3939
[Power Apps component framework API reference](../../reference/index.md)<br/>
40-
[Power Apps component framework overview](../../overview.md)
40+
[Power Apps component framework overview](../../overview.md)

powerapps-docs/developer/component-framework/reference/position.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ Contains a set of geographic coordinates along with the associated currency as w
3232

3333
Represents the time when the object is acquired and is represented ad DOMTimeStamp.
3434

35-
**Type**: `Date`
35+
**Type**: `Date`
36+
37+
## Remarks
38+
39+
See more details on [Position](https://developer.mozilla.org/docs/Web/API/Position)

0 commit comments

Comments
 (0)