Skip to content

部网络货运信息交互系统位置信息单 react-native

Notifications You must be signed in to change notification settings

jsshizhan/transport-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transport-location

部网络货运信息交互系统位置信息单 react-native

react-native link transport-location

android

android/build.gradle

allprojects{

    flatDir{
        dirs "$rootDir/../node_modules/transport-location/android/libs"
    }
}

AndroidManifest.xml

<meta-data
        android:name="com.amap.api.v2.apikey"
        android:value="{你的高德key}" />

MainActivity.java

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    TransportLocationUtil.setContext(this);

}

About

部网络货运信息交互系统位置信息单 react-native

Resources

Stars

Watchers

Forks

Packages

No packages published