GeoJsonFeature: {
    geometry: ARGeometry;
    properties: JSONObject;
    type: "Feature";
}

Type declaration

  • geometry: ARGeometry
  • properties: JSONObject
  • type: "Feature"

Generated using TypeDoc