capacitor-greatday-camera-location
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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>
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

Readme

Keywords

Package Sidebar

Install

npm i capacitor-greatday-camera-location

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

38.8 kB

Total Files

29

Last publish

Collaborators

  • asephermann