Last updated:
0 purchases
flutter ymap
Getting Started #
Android #
compileSdkVersion 33
minSdkVersion 19
copied to clipboard
IOS #
copied to clipboard
Flutter #
import 'package:flutter_ymap/YMap.dart';
void main() {
YMapSDK.init(
appKey: YAppKey(
baidu: YAppKey_Baidu(
android_appkey: "",
ios_appkey: "",
android_tts_appId: "",
ios_tts_appId: "",
android_tts_apiKey: "",
ios_tts_apiKey: "",
android_tts_secretKey: "",
ios_tts_secretKey: "",
android_tts_authsn: "",
),
gaode: YAppKey_Gaode(
android: "",
ios: "",
),
),
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.