package com.google.maps.android.data; /* JADX INFO: loaded from: classes2.dex */ public interface Geometry { T getGeometryObject(); String getGeometryType(); }