forked from MapComplete/MapComplete
Fix: rotation of the GPS-marker
This commit is contained in:
parent
c19317bd04
commit
bbc7698b12
2 changed files with 30 additions and 23 deletions
|
@ -32,6 +32,9 @@ export class GeoLocationState {
|
|||
*/
|
||||
public readonly allowMoving: UIEventSource<boolean> = new UIEventSource<boolean>(true)
|
||||
|
||||
/**
|
||||
* The latest GeoLocationCoordinates, as given by the WebAPI
|
||||
*/
|
||||
public readonly currentGPSLocation: UIEventSource<GeolocationCoordinates | undefined> =
|
||||
new UIEventSource<GeolocationCoordinates | undefined>(undefined)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue