flutter_ymap

Last updated:

0 purchases

flutter_ymap Image
flutter_ymap Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.