Skip to content

marker 정보창 표시 불가 오류 #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oxyhydro26 opened this issue Jan 5, 2024 · 3 comments · Fixed by #156
Closed

marker 정보창 표시 불가 오류 #154

oxyhydro26 opened this issue Jan 5, 2024 · 3 comments · Fixed by #156

Comments

@oxyhydro26
Copy link

oxyhydro26 commented Jan 5, 2024

          onMapTapped: (NPoint point, NLatLng latLng) async {
            print(point);
            print(latLng);

            final NMarker marker1 = NMarker(
                id: '1',
                position: latLng
                );

            await _mapController.addOverlay(marker1);

            final NInfoWindow infoWindow = NInfoWindow.onMarker(id: '1', text: 'fff');

            await marker1.openInfoWindow(infoWindow);
          },

이때 [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, lateinit property commonProperties has not been initialized, null, kotlin.UninitializedPropertyAccessException: lateinit property commonProperties has not been initialized 오류 발생.

flutter 3.16.~ 가 문제일까요

@oxyhydro26 oxyhydro26 changed the title assets 에서 불러온 image로 icon이 변경된 marker 정보창 표시 불가 오류 marker 정보창 표시 불가 오류 Jan 5, 2024
@oxyhydro26 oxyhydro26 reopened this Jan 5, 2024
@oxyhydro26
Copy link
Author

icon 유무와 상관없는 오류

@note11g note11g moved this from Backlog to In progress in flutter_naver_map issue tracker Jan 6, 2024
note11g added a commit that referenced this issue Jan 6, 2024
note11g added a commit that referenced this issue Jan 6, 2024
note11g added a commit that referenced this issue Jan 6, 2024
@note11g note11g mentioned this issue Jan 6, 2024
note11g added a commit that referenced this issue Jan 6, 2024
Fix: InfoWindow.onMarker not attached successfully (#154)
@note11g note11g moved this from In progress to Done in flutter_naver_map issue tracker Jan 6, 2024
@note11g note11g linked a pull request Jan 6, 2024 that will close this issue
@note11g note11g mentioned this issue Jan 6, 2024
@note11g
Copy link
Owner

note11g commented Jan 6, 2024

안녕하세요. 이슈 제보에 감사드립니다.
해당 이슈는 빠르게 조치하였으며, 1.1.1버전에서 곧 제공될 예정입니다.
감사합니다. 좋은 밤 되세요:)

@oxyhydro26
Copy link
Author

oxyhydro26 commented Jan 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants