capacitor-greatday-camera-location
v0.0.2
Published
The capacitor plugin for camera with location function
Downloads
3
Readme
capacitor-greatday-camera-location
The capacitor plugin for camera with location funtion
Install
npm install capacitor-greatday-camera-location
npx cap sync
API
getLocationCamera(...)
getLocationCameraSwap(...)
getLocationRadiusCamera(...)
getLocationRadiusCameraSwap(...)
- Interfaces
getLocationCamera(...)
getLocationCamera(options?: LocationCameraOptions | undefined) => Promise<any>
| Param | Type |
| ------------- | ----------------------------------------------------------------------- |
| options
| LocationCameraOptions |
Returns: Promise<any>
getLocationCameraSwap(...)
getLocationCameraSwap(options?: LocationCameraOptions | undefined) => Promise<any>
| Param | Type |
| ------------- | ----------------------------------------------------------------------- |
| options
| LocationCameraOptions |
Returns: Promise<any>
getLocationRadiusCamera(...)
getLocationRadiusCamera(options?: LocationRadiusCameraOptions | undefined) => Promise<any>
| Param | Type |
| ------------- | ----------------------------------------------------------------------------------- |
| options
| LocationRadiusCameraOptions |
Returns: Promise<any>
getLocationRadiusCameraSwap(...)
getLocationRadiusCameraSwap(options?: LocationRadiusCameraOptions | undefined) => Promise<any>
| Param | Type |
| ------------- | ----------------------------------------------------------------------------------- |
| options
| LocationRadiusCameraOptions |
Returns: Promise<any>
Interfaces
LocationCameraOptions
| Prop | Type |
| --------------- | ------------------- |
| photoName
| string |
| quality
| string |
| maxSize
| string |
LocationRadiusCameraOptions
| Prop | Type |
| ----------------- | -------------------- |
| photoName
| string |
| quality
| string |
| maxSize
| string |
| location
| string |
| label1
| string |
| label2
| string |
| showAddress
| boolean |