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지도 API를 변경하십시오.
"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>
마지막으로 모바일에서 응용 프로그램을 실행하십시오.




