EegeoNativeMapView.java 文件源码

java
阅读 38 收藏 0 点赞 0 评论 0

项目:android-api 作者:
@WorkerThread
public long create(EegeoMap eegeoMap, EegeoMapOptions eegeoMapOptions) {
    String apiKey = EegeoApi.getInstance().getApiKey();
    String coverageTreeManifest = eegeoMapOptions.getCoverageTreeManifest();
    if (coverageTreeManifest == null) {
        coverageTreeManifest = "";
    }
    String environmentThemesManifest = eegeoMapOptions.getEnvironmentThemesManifest();
    if (environmentThemesManifest == null) {
        environmentThemesManifest = "";
    }
    long jniEegeoMapApiPtr = nativeCreateEegeoMapApi(m_jniApiRunnerPtr, eegeoMap, apiKey, coverageTreeManifest, environmentThemesManifest);
    return jniEegeoMapApiPtr;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号