Newer
Older
CosmosClient / app / src / main / java / com / example / cosmosclient / entities / Feature.java
k-morimoto on 8 Oct 2019 144 bytes 地域情報関連の最低限の記述
package com.example.cosmosclient.entities;

public class Feature {
    public String name;
    public int code;
    public Location location;
}