Alberto
Alberto
@mrober , tested and it worked. At least the compilation doesn't show the circular dependency. Thanks for your diligence
That happened to me due to `.maxResultSize`, can you check deleting that?
I've found [this](https://stackoverflow.com/a/70872129/2860701) and it may help: ``` val markerOption = MarkerOptions().apply { position(LatLng(driver.lat, driver.lng)) icon(R.drawabel.your_drawable.toBitmapDescriptor(context)) snippet(driver.driverId.toString()) } mMap.addMarker(markerOption) ``` ``` fun Int.toBitmapDescriptor(context: Context): BitmapDescriptor { val vectorDrawable = ResourcesCompat.getDrawable(context.resources,...
I have the same situation, I'd really appreciate this feature @skydoves . Thanks for all the work you do and shared to the community.