getAssetImageMarker function

Future<BitmapDescriptor> getAssetImageMarker()

Implementation

Future<BitmapDescriptor> getAssetImageMarker() async =>
    BitmapDescriptor.fromAssetImage(
        const ImageConfiguration(devicePixelRatio: 2), 'assets/custom-pin.png');