April 2018
Intermediate to advanced
390 pages
8h 46m
English
The core of this app is mainly in the JavaScript code-home.ts. In order to use the plugin object, you should declare it on top, as shown here:
import { GoogleMaps,GoogleMap,GoogleMapsEvent,GoogleMapOptions, CameraPosition,LatLng,MarkerOptions,Marker} from '@ionic-native/google-maps';
While it might seem that there are a lot of moving parts, the basic flow is very simple, as listed here:
It's ...