You can zoom text using double click on screen.
npm install zoom-text
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
openMap(options: OpenMapOptions) => Promise<void>
Opens the map at a given location.
Param | Type |
---|---|
options |
OpenMapOptions |
Since: 1.1.0
Prop | Type | Description |
---|---|---|
latitude |
number |
The latitude at which to open the map. |
longitude |
number |
The longitude at which to open the map. |