CapacitorJS plugin for opening geo uri in the supported by the device navigation apps.
npm install capacitor-launch-navigation
npx cap syncopenMap(options: OpenMapOptions) => Promise<OpenMapResult>| Param | Type |
|---|---|
options |
OpenMapOptions |
Returns: Promise<OpenMapResult>
{ uri?: string }
{ longitude: string | number latitude: string | number address?: string | number customer?: string | number }