-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
-
마커를 탭 했을 때 나타나는
infoWindow내용에 줄바꿈(\n)을 하고 싶은데 한 줄만 표시 되는 것 같습니다. 혹시 이에 대한 해결 방안이 있는지 궁금합니다. -
code
Marker(
markerId: 'test',
position: LatLng(37.563153, 126.962190),
alpha: 0.8,
infoWindow: 'test\ntest',
)Marker(
markerId: 'test',
position: LatLng(37.563153, 126.962190),
alpha: 0.8,
infoWindow: 'test',
)위 두 코드 모두 밑 그림과 같이 나타납니다!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
