网站/小程序/APP个性化定制开发,二开,改版等服务,加扣:8582-36016

基于谷歌地图Google Maps功能开发的类库

应用介绍

    基于谷歌地图Google Maps功能开发的类库,一个能更好、更方便地让开发者基于 Google Maps 进行地图功能开发的类库。主要提供的特性有:1. 支持手势(Gesture support);2. 方便自定义地图标签(Effortless map annotating); 3. 方便自定义地图 callout; 4. 内置“user tracking” 模式等等。 说明:要使用该类库,必须先申请一个Google API key。要正确运行代码包里的demo,必须创建一个LocalConfig.java文件,然后将该文件放到 com.cyrilmottier.android.polarissample.util package中。该文件的内容包含所申请的Google API Key,如下: package com.cyrilmottier.android.polarissample.util; public final class LocalConfig { private LocalConfig() { } public static final String GOOGLE_MAPS_API_KEY_RELEASE = ""; public static final String GOOGLE_MAPS_API_KEY_DEBUG = ""; } Note: Polaris relies on the Google Maps Android API v1 which as been officially deprecated as of December3rd, 2012. Because of this requirement, chances are high this library wonot be updated is the future. Polaris is a framework greatly enhancing the Google Maps external framework. It aims to: Make the user is life easier Make the developer is life easier Make the resulting map look polished and natural

    立即下载

    请到会员中心签到后即可获得免费下载!

    评论 共有 0 条评论

    暂无评论
    0
    0
    0
    立即
    投稿
    发表
    评论
    返回
    顶部