forBitmap static method
Generates a cache key for a bitmap descriptor
Implementation
static String forBitmap(MarkerConfig config, {double devicePixelRatio = 1.0}) {
return '${config.cacheKey}_$devicePixelRatio';
}
Generates a cache key for a bitmap descriptor
static String forBitmap(MarkerConfig config, {double devicePixelRatio = 1.0}) {
return '${config.cacheKey}_$devicePixelRatio';
}