Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.maps.android.data.geojson;
|
||||
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
interface GeoJsonStyle {
|
||||
String[] getGeometryType();
|
||||
|
||||
boolean isVisible();
|
||||
|
||||
void setVisible(boolean z);
|
||||
}
|
||||
Reference in New Issue
Block a user