@deep-foundation/capacitor-geolocation
v8.0.0-dev.23
Published
A deep package that provides links based on @capacitor/geolocation and typescript library to simplify integration with this deep package
Downloads
15
Maintainers
Keywords
Readme
Provides links based on @capacitor/geolocation
and typescript library to simplify integration with this deep package
Prerequisitions
- Install this package in your deep by using npm-packager
- Give permissions to this package
Usage
- Insert a link of type
Position
- Change its object value to the object with properties described in Geolocation Object Value and this update will be handled by the
UpdateHandler
to representPosition
object value as links or
Insert a link of any type with any property name from Geolocation Object Value fromPosition
link to the samePosition
link and set its value to the value of the corresponding property of thePosition
object value. For example insert [GeolocationAcceleration
] fromPosition
toPosition
and [GeolocationAccelerationX
] from [GeolocationAcceleration
] to [GeolocationAcceleration
]
Geolocation Object Value
The Position
link can have object value.
No one field is required. You can add any fields as you want. Only the fields that are supported by this package will be represented as links
Update Handling
Position
updates are handled by the UpdateHandler
to represent Position
object value as links
Library
Library Usage
See Documentation for examples and API
Contribution
Feel free to contribute. Please fork the repository and submit a pull request for any bugs, improvements, or features.