Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/google-maps/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将Google Earth Enterprise集成到Android应用程序_Android_Google Maps_Google Earth_Google Earth Plugin_Google Earth Engine - Fatal编程技术网

将Google Earth Enterprise集成到Android应用程序

将Google Earth Enterprise集成到Android应用程序,android,google-maps,google-earth,google-earth-plugin,google-earth-engine,Android,Google Maps,Google Earth,Google Earth Plugin,Google Earth Engine,我在AWS linux实例中安装了Google Earth Enterprise。我需要将Google Earth企业地图添加到Android移动应用程序中。是否有一个类似于android的普通谷歌地图API的SDK。另外,是否有任何文档可用于将Google Earth Enterprise集成到Android应用程序。 非常感谢您在这方面提供的任何帮助。尽管Android没有GEE SDK,但在Android中使用GEE数据有几种可能性 尽管没有一个原生的Android SDK可以集成,例如,

我在AWS linux实例中安装了Google Earth Enterprise。我需要将Google Earth企业地图添加到Android移动应用程序中。是否有一个类似于android的普通谷歌地图API的SDK。另外,是否有任何文档可用于将Google Earth Enterprise集成到Android应用程序。
非常感谢您在这方面提供的任何帮助。

尽管Android没有GEE SDK,但在Android中使用GEE数据有几种可能性

尽管没有一个原生的Android SDK可以集成,例如,在一个平台上构建一个混合移动应用程序

它通过Google Earth Enterprise REST API分别使用和提供对平铺图像和平铺地形的访问

还有一种可能性,这种格式可以很容易地使用,例如

另一种可能是(Web地图服务),也由GEE支持,也可以使用(扩展Google地图以使用WMS的示例)

我找不到提到的Google Earth Enterprise REST API的文档,所以我不能说Google Maps的平铺覆盖可以多么容易地扩展,以便使用GEE的平铺图像和平铺地形