Skip to content

Commit 9cebd08

Browse files
committed
fix(google-maps): rename class
1 parent d969a2a commit 9cebd08

File tree

1 file changed

+1
-1
lines changed
  • packages/google-maps/platforms/android/java/org/nativescript/plugins/google_maps

1 file changed

+1
-1
lines changed

packages/google-maps/platforms/android/java/org/nativescript/plugins/google_maps/GoogleMaps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public View getInfoWindow(@NonNull Marker marker) {
236236
public static Tile bitmapToTile(Bitmap bitmap) {
237237
ByteArrayOutputStream stream = new ByteArrayOutputStream();
238238
bitmap.compress(Bitmap.CompressFormat.PNG, 100, stream);
239-
ByteArray data = stream.toByteArray();
239+
byte[] data = stream.toByteArray();
240240
return new Tile(bitmap.getWidth(), bitmap.getHeight(), data);
241241
}
242242
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy