0.0.2 • Published 3 years ago

capacitor-greatday-camera-location v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

capacitor-greatday-camera-location

The capacitor plugin for camera with location funtion

Install

npm install capacitor-greatday-camera-location
npx cap sync

API

getLocationCamera(...)

getLocationCamera(options?: LocationCameraOptions | undefined) => Promise<any>
ParamType
optionsLocationCameraOptions

Returns: Promise<any>


getLocationCameraSwap(...)

getLocationCameraSwap(options?: LocationCameraOptions | undefined) => Promise<any>
ParamType
optionsLocationCameraOptions

Returns: Promise<any>


getLocationRadiusCamera(...)

getLocationRadiusCamera(options?: LocationRadiusCameraOptions | undefined) => Promise<any>
ParamType
optionsLocationRadiusCameraOptions

Returns: Promise<any>


getLocationRadiusCameraSwap(...)

getLocationRadiusCameraSwap(options?: LocationRadiusCameraOptions | undefined) => Promise<any>
ParamType
optionsLocationRadiusCameraOptions

Returns: Promise<any>


Interfaces

LocationCameraOptions

PropType
photoNamestring
qualitystring
maxSizestring

LocationRadiusCameraOptions

PropType
photoNamestring
qualitystring
maxSizestring
locationstring
label1string
label2string
showAddressboolean