Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,23 @@
package com.google.android.gms.maps.model;
import com.google.android.gms.internal.maps.zzaq;
import com.google.android.gms.maps.model.FeatureLayer;
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
/* JADX INFO: loaded from: classes2.dex */
final class zzd extends zzaq {
final /* synthetic */ FeatureLayer.StyleFactory zza;
zzd(FeatureLayer featureLayer, FeatureLayer.StyleFactory styleFactory) {
this.zza = styleFactory;
}
@Override // com.google.android.gms.internal.maps.zzar
public final FeatureStyle zzb(com.google.android.gms.internal.maps.zzp zzpVar) {
Feature featureZza = Feature.zza(zzpVar);
if (featureZza == null) {
return null;
}
return this.zza.getStyle(featureZza);
}
}