登录
首页 » Android » 百度地图,定位,路线规划

百度地图,定位,路线规划

于 2022-01-24 发布 文件大小:3.05 MB
0 129
下载积分: 2 下载次数: 1

代码说明:

百度地图的定位和路线规划,精准,清晰,代码清晰明了,有注释,比较适合初学者学习,使用,导入工具可直接使用,学习。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 一键配置WIFI模块 源码
    WIFI模块转串口   一键配置
    2015-06-03下载
    积分:1
  • CreatePrismaticJoint
    通过移动关节移动Bod,Android开发精典案例源码,很好的参考资料。(By moving the joint development of mobile Bod, Android classic case source code, a good reference.)
    2013-11-12 00:16:59下载
    积分:1
  • Android_OBD_SourceCode
    是一個提供給Android 二次開發的軟件. 能夠快速整合 OBD Client與Android APP的軟件
    2022-02-20 22:33:31下载
    积分:1
  • android open gl 示例代码下载
    [实例简介]Open GL 入门级示例 [实例截图] [核心代码]package com.china.gltry;import javax.microedition.khronos.egl.EGL10;import javax.microedition.khronos.egl.EGL11;import javax.microedition.khronos.egl.EGLConfig;import javax.microedition.khronos.egl.EGLContext;import javax.microedition.khronos.egl.EGLDisplay;import javax.microedition.khronos.egl.EGLSurface;import javax.microedition.khronos.opengles.GL;import android.view.SurfaceHolder;/** * An EGL helper class. */public class EGLHelper{ public EGLHelper() { } /** * Initialize EGL for a given configuration spec. * @param configSpec */ public void start(int[] configSpec){ /* * Get an EGL instance */ mEgl = (EGL10) EGLContext.getEGL(); /* * Get to the default display. */ mEglDisplay = mEgl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); /* * We can now initialize EGL for that display */ int[] version = new int[2]; mEgl.eglInitialize(mEglDisplay, version); EGLConfig[] configs = new EGLConfig[1]; int[] num_config = new int[1]; mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, num_config); mEglConfig = configs[0]; /* * Create an OpenGL ES context. This must be done only once, an * OpenGL context is a somewhat heavy object. */ mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, null); mEglSurface = null; } /* * Create and return an OpenGL surface */ public GL createSurface(SurfaceHolder holder) { /* * The window size has changed, so we need to create a new * surface. */ if (mEglSurface != null) { /* * Unbind and destroy the old EGL surface, if * there is one. */ mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT); mEgl.eglDestroySurface(mEglDisplay, mEglSurface); } /* * Create an EGL surface we can render into. */ mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, holder, null); /* * Before we can issue GL commands, we need to make sure * the context is current and bound to a surface. */ mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); GL gl = mEglContext.getGL(); return gl; } /** * Display the current render surface. * @return false if the context has been lost. */ public boolean swap() { mEgl.eglSwapBuffers(mEglDisplay, mEglSurface); /* * Always check for EGL_CONTEXT_LOST, which means the context * and all associated data were lost (For instance because * the device went to sleep). We need to sleep until we * get a new surface. */ return mEgl.eglGetError() != EGL11.EGL_CONTEXT_LOST; } public void finish() { if (mEglSurface != null) { mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT); mEgl.eglDestroySurface(mEglDisplay, mEglSurface); mEglSurface = null; } if (mEglContext != null) { mEgl.eglDestroyContext(mEglDisplay, mEglContext); mEglContext = null; } if (mEglDisplay != null) { mEgl.eglTerminate(mEglDisplay); mEglDisplay = null; } } EGL10 mEgl; EGLDisplay mEglDisplay; EGLSurface mEglSurface; EGLConfig mEglConfig; EGLContext mEglContext;}
    2015-04-06下载
    积分:1
  • Plane_war_game
    基于android的飞机大战游戏,不过不能触屏控制,只能通过DAPD板控制上下左右,对初学者有用(Plane war game based on android, but can t touch screen control, only through DAPD board to control the up and down or so, useful for beginners)
    2013-12-07 21:49:44下载
    积分:1
  • gps定位
    实现定位,测速功能。11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
    2022-05-20 04:36:23下载
    积分:1
  • android五子棋程序
    android五子棋程序,根据慕课网上视频写的代码,网址http://www.imooc.com/learn/641观看视频。根据视频可以了解android自定义控件的相关知识,并作出五子棋简易程序。
    2022-03-03 09:38:40下载
    积分:1
  • android 基于xmpp的即时通信APP
    简单的即时通讯聊天软件,基于xmpp+openfire+smack。这里只给出了android 的代码,对于openfire直接百度就可以了。
    2022-02-25 16:14:33下载
    积分:1
  • android-mqtt-example
    说明:  安卓通过mqtt协议通信的例程,转载github(Android mqtt communication routine)
    2019-02-17 08:46:19下载
    积分:1
  • Android任务管理器源码
    高级任务管理器Advanced Task Manager帮你结束程序,加快运行速度,节约电量,功能包括自动结束程序服务、程序间切换、显示内存信息、排除列表、一件结束全部窗口小部件、快速卸载程序。
    2023-07-27 02:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载