namespace
This commit is contained in:
@ -22,6 +22,9 @@ rootProject.allprojects {
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace = "com.amap.flutter.map"
|
||||
}
|
||||
compileSdkVersion 34
|
||||
|
||||
defaultConfig {
|
||||
@ -33,7 +36,8 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.amap.api:3dmap-location-search:10.0.800_loc6.4.5_sea9.7.2'
|
||||
// implementation 'com.amap.api:3dmap-location-search:10.0.800_loc6.4.5_sea9.7.2'
|
||||
implementation 'com.amap.api:navi-3dmap:latest.integration'
|
||||
implementation 'androidx.annotation:annotation:1.8.1'
|
||||
}
|
||||
|
||||
|
@ -1,14 +1,12 @@
|
||||
package com.amap.flutter.map.overlays.marker;
|
||||
|
||||
import android.graphics.Color;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import com.amap.api.maps.AMap;
|
||||
import com.amap.api.maps.model.LatLng;
|
||||
import com.amap.api.maps.model.Marker;
|
||||
import com.amap.api.maps.model.MarkerOptions;
|
||||
import com.amap.api.maps.model.Poi;
|
||||
import com.amap.api.maps.model.*;
|
||||
import com.amap.flutter.map.MyMethodCallHandler;
|
||||
import com.amap.flutter.map.overlays.AbstractOverlayController;
|
||||
import com.amap.flutter.map.utils.Const;
|
||||
|
Reference in New Issue
Block a user