Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.google.maps.android.data;
|
||||
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public interface Geometry<T> {
|
||||
T getGeometryObject();
|
||||
|
||||
String getGeometryType();
|
||||
}
|
||||
Reference in New Issue
Block a user