69 |
70 |
71 | Create Map
72 |
73 |
74 | Destroy Map
75 |
76 | Enlarge Map
77 | Shrink Map
78 |
79 |
80 |
85 |
86 |
96 |
97 | );
98 | };
99 |
100 | export default ResizeMapPage;
101 |
--------------------------------------------------------------------------------
/plugin/e2e-tests/src/pages/Map/ResizeMap.tsx:
--------------------------------------------------------------------------------
1 | import { useState } from 'react';
2 | import { GoogleMap } from '@capacitor/google-maps';
3 | import {
4 | IonButton,
5 | IonTextarea,
6 | } from '@ionic/react';
7 | import BaseTestingPage from '../../components/BaseTestingPage';
8 |
9 | const ResizeMapPage: React.FC = () => {
10 | const [map, setMap] = useState