Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 660 Bytes

File metadata and controls

37 lines (23 loc) · 660 Bytes

@rps/capacitor-gps-hardware

Capacitor Plugin to access GPS

Install

npm install @rps/capacitor-gps-hardware
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>