• 大小: 28.94MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-05
  • 语言: 其他
  • 标签: 高德地图  

资源简介

高德地图的基本使用过程,创建过程,配置过程,定位及附件区域的POI搜索Recyclerview列表展示

资源截图

代码片段和文件信息

// Generated code from Butter Knife. Do not modify!
package com.by.amapdemo;

import android.support.annotation.CallSuper;
import android.support.annotation.UiThread;
import android.view.View;
import android.widget.TextView;
import butterknife.Unbinder;
import butterknife.internal.Utils;
import java.lang.IllegalStateException;
import java.lang.Override;

public class LocateRecyclerAdapter$LocateViewHolder_ViewBinding implements Unbinder {
  protected T target;

  @UiThread
  public LocateRecyclerAdapter$LocateViewHolder_ViewBinding(T target View source) {
    this.target = target;

    target.mTextView = Utils.findRequiredViewAsType(source R.id.locate_info_adress “field ‘mTextView‘“ TextView.class);
  }

  @Override
  @CallSuper
  public void unbind() {
    T target = this.target;
    if (target == null) throw new IllegalStateException(“Bindings already cleared.“);

    target.mTextView = null;

    this.target = null;
  }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-01 17:20  AmapDemo\
     目录           0  2017-06-01 18:05  AmapDemo\.git\
     文件         398  2017-06-01 17:18  AmapDemo\.gitignore
     文件          15  2017-06-01 17:20  AmapDemo\.git\COMMIT_EDITMSG
     文件         301  2017-06-01 17:20  AmapDemo\.git\config
     文件          73  2017-06-01 17:20  AmapDemo\.git\description
     文件          23  2017-06-01 17:20  AmapDemo\.git\HEAD
     目录           0  2017-06-01 17:20  AmapDemo\.git\hooks\
     文件         478  2017-06-01 17:20  AmapDemo\.git\hooks\applypatch-msg.sample
     文件         896  2017-06-01 17:20  AmapDemo\.git\hooks\commit-msg.sample
     文件         189  2017-06-01 17:20  AmapDemo\.git\hooks\post-update.sample
     文件         424  2017-06-01 17:20  AmapDemo\.git\hooks\pre-applypatch.sample
     文件        1642  2017-06-01 17:20  AmapDemo\.git\hooks\pre-commit.sample
     文件        1348  2017-06-01 17:20  AmapDemo\.git\hooks\pre-push.sample
     文件        4951  2017-06-01 17:20  AmapDemo\.git\hooks\pre-rebase.sample
     文件         544  2017-06-01 17:20  AmapDemo\.git\hooks\pre-receive.sample
     文件        1239  2017-06-01 17:20  AmapDemo\.git\hooks\prepare-commit-msg.sample
     文件        3610  2017-06-01 17:20  AmapDemo\.git\hooks\update.sample
     文件        4543  2017-06-01 17:20  AmapDemo\.git\index
     目录           0  2017-06-01 17:20  AmapDemo\.git\info\
     文件         240  2017-06-01 17:20  AmapDemo\.git\info\exclude
     目录           0  2017-06-01 17:20  AmapDemo\.git\logs\
     文件         156  2017-06-01 17:20  AmapDemo\.git\logs\HEAD
     目录           0  2017-06-01 17:20  AmapDemo\.git\logs\refs\
     目录           0  2017-06-01 17:20  AmapDemo\.git\logs\refs\heads\
     文件         156  2017-06-01 17:20  AmapDemo\.git\logs\refs\heads\master
     目录           0  2017-06-01 17:20  AmapDemo\.git\logs\refs\remotes\
     目录           0  2017-06-01 17:20  AmapDemo\.git\logs\refs\remotes\origin\
     文件         138  2017-06-01 17:20  AmapDemo\.git\logs\refs\remotes\origin\master
     目录           0  2017-06-01 17:20  AmapDemo\.git\objects\
     目录           0  2017-06-01 17:20  AmapDemo\.git\objects\03\
............此处省略2524个文件信息

评论

共有 条评论