Samuel Deuter

Results 16 comments of Samuel Deuter

> waypoints API suggestion Would this be a class dedicated to waypoints in a similar manner to the RouteLine and RouteArrows classes? In addition to origin, final destination, and destinations...

@ShigotoMitame Raster Sources aren't fully supported within TileStore at the moment. They can only use the same API surface as v4 vector tiles. If you change your source to reflect...

@ShigotoMitame Here's the documentation for [Sources](https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/) if you configure the tiles attribute to fetch tiles from the same source as the raster tiles stored in TileStore you should be able...

> @dudeuter caching of satellite imagery works fine on the MapBox for iOS, but not Android. Is the Android SDK just lagging behind a bit? Are you referring to caching?...

I've pushed a working example to the branch [`sd-offline-raster`](https://github.com/mapbox/mapbox-maps-android/compare/main...sd-offline-raster). https://github.com/mapbox/mapbox-maps-android/blob/1fee4a831a295f2560ef9f89e464e8df1a048e19/app/src/main/java/com/mapbox/maps/testapp/examples/OfflineActivity.kt#L110-L123 This workaround is forcing the renderer to use exclusively 256px tiles, so you'll have no control over the resolution of...

> Thanks so much @dudeuter We're using [rnmapbox](https://github.com/rnmapbox/maps) which uses this package under the hood. I implemented your example with a RasterLayer reading from a RasterSource with the v4 api...

@guitabalipa it looks like your application is holding onto a reference to the MapView. `com.example.MainActivity` Do you have this reproducible in a stand-alone application? Also what versions did this start...

@guitabalipa Taking another look at this. Is it possible for you to take a capture of your Java heap to visualize in perfetto ui? Or maybe create a stand-alone example...

@guitabalipa Certainly, and apologies for not responding sooner; I've had a lot of actions on my end the past few days. Can you create a ticket on our [Support Form](https://support.mapbox.com/hc/en-us)...

Hi @vladteleport, This is likely an issue in your implementation. I'm unable to reproduce this internally. I would recommend using the Android Tools to profile your application. https://developer.android.com/studio/profile/memory-profiler