Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can set photo size in google map? #940

Open
stanley0212 opened this issue Oct 27, 2020 · 0 comments
Open

how can set photo size in google map? #940

stanley0212 opened this issue Oct 27, 2020 · 0 comments

Comments

@stanley0212
Copy link

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();
                            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant