- Android: Deploygate
- iOS: Testflight
Contact vietmap.vn to register a valid key.
This project use vietmap_flutter_navigation and vietmap_flutter_gl to show and navigate on map. Please read the document of these packages before using this package. VietMap provide many features to help you build a map application easily, please follow our organization on pub.dev.
- Create
.envfile, which contains all content as example.env file we created. - Replace your api key to the
YOUR_API_KEY_HEREtag in Info.plist file. - If you need to test the Android Auto, please replace your api key to
YOUR_API_KEY_HEREtag inandroid/app/androidauto/src/main/java/vn/vietmap/androidauto/VietMapCarAppScreen.ktfile.
This app only work with DHU emulator, cause Android Auto feature can't use with physical device until deploy on the Play Store
1. Please following this official documentation from Google about Desktop Head Unit (DHU) here
SDK location:
MacOS:
/Users/<username>/Library/Android/sdk
Windows:
C:\Users\<username>\AppData\Local\Android\sdk
Linux:
/home/<username>/Android/Sdk
CD to the DHU folder
cd SDK_LOCATION/extras/google/autoRun the DHU
desktop-head-unit.exe # Windows
./desktop-head-unit # macOS or Linux- Create
vietmap_api_key.xmlfile inandroid/app/androidauto/src/main/res/valuesfolder - Add the content as below to
vietmap_api_key.xmlfile with your api key
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="vietmap_api_key">
YOUR_API_KEY_HERE
</string>
</resources>- Follow this document to add Android Auto to your project: VietMap Android Auto SDK
Contact for support
Vietmap API document here
Have a bug to report? Open an issue. If possible, include a full log and information which shows the issue. Have a feature request? Open an issue. Tell us what the feature should do and why you want the feature.