DistanceFinder
1.0.0
Develop the mobile application for get distance and duration between two given location using Ionic 4 and Google Map API.
أولاً ، استنساخ أو قم بتنزيل الكود المصدر من Github
ثم ، انتقل إلى
package.jsonوindex.html، قم بتغيير واجهة برمجة تطبيقات Google MAP الخاصة بك
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "<< Google MAP API >>",
"API_KEY_FOR_IOS": "<< Google MAP API >>",
...
}
<body>
<app-root></app-root>
<script src="https://maps.googleapis.com/maps/api/js?key=<< Google MAP API >>"></script>
</body>
أخيرًا ، قم بتشغيل التطبيق على الهاتف المحمول؟




