求代码,初学,没有代码不懂

解决方案 »

  1.   

    Query query = new Query(searchKey, PoiTypeDef.All); PoiSearch poiSearch = new PoiSearch(this, getResources().getString(
    R.string.maps_api_key), query);
    SearchBound searchBound = new SearchBound(point,
    pushSetting.IsFootType() ? footStep : driverStep); poiSearch.setBound(searchBound); try {
    PoiPagedResult result = poiSearch.searchPOI();
      

  2.   

    用到图层overlay。普通的2d绘图。代码,太多了,也没有时间写