koush / ion

Android Asynchronous Networking and Image Loading
Other
6.29k stars 1.03k forks source link

how can set photo size in google map? #940

Open stanley0212 opened 4 years ago

stanley0212 commented 4 years ago

how can set photo size in google map?

                            try {
                                Bitmap bmImg = Ion.with(getApplicationContext()).load("https://www.lemidi-hotel.com.tw/upload/spot_ins_list_pic_s/enL_spot_20C10_yhvz8mbt5k.jpg").asBitmap().get();

                                marker = mMap.addMarker(new MarkerOptions().position(nowlocat).icon(BitmapDescriptorFactory.fromBitmap(bmImg)));
                                marker.showInfoWindow();

                            } catch (InterruptedException | ExecutionException e) {
                                e.printStackTrace();
                            }