Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
구글 지도를 사용 중에 기준에 맞춘 데이터 클래스를 만들어야 사용할 수 있는 기능이 있습니다.
그런데 app 모듈에서 사용하는 데이터 클래스를 domain 모듈에 넣고 사용하려고 했는데 새로운 클래스를 어디에 넣어야 할지 의문이 들어서 질문합니다.
원본 링크
상속하고 있는
ClusterItem
인터페이스를 구현해야 쓸 수 있는 기능이 있는데 이 클래스를 domain 모듈에 넣으려면 domain에 android, google map 의존성을 추가해야 하는 상황입니다.현재는 app-model 클래스에 들어가 있고
data - MarkerRemote
->domain - Marker
->app - ClusterMarker
형태로 총 3개의 클래스를 사용해서 데이터를 전달하고 있습니다.이럴 때는 어떤 모듈에 넣고 데이터 형식 변환을 어떻게 하는 게 좋을까요?
Beta Was this translation helpful? Give feedback.
All reactions