Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.google.maps.android.compose;
|
||||
|
||||
import kotlin.Metadata;
|
||||
|
||||
/* JADX INFO: compiled from: MapProperties.kt */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Metadata(d1 = {"\u0000\n\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\"\u0011\u0010\u0000\u001a\u00020\u0001¢\u0006\b\n\u0000\u001a\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"DefaultMapProperties", "Lcom/google/maps/android/compose/MapProperties;", "getDefaultMapProperties", "()Lcom/google/maps/android/compose/MapProperties;", "maps-compose_release"}, k = 2, mv = {2, 0, 0}, xi = 48)
|
||||
public final class MapPropertiesKt {
|
||||
private static final MapProperties DefaultMapProperties = new MapProperties(false, false, false, false, null, null, null, 0.0f, 0.0f, 511, null);
|
||||
|
||||
public static final MapProperties getDefaultMapProperties() {
|
||||
return DefaultMapProperties;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user