Skip to content

Commit

Permalink
Merge branch 'main' into location-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 22, 2024
2 parents 7e19544 + 22045f0 commit 242962d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class NaverMapScreenToCoordinateEvent(
surfaceId: Int,
viewId: Int,
private val isValid: Boolean,
private val longitude: Double,
private val latitude: Double,
private val longitude: Double,
) : Event<NaverMapScreenToCoordinateEvent>(surfaceId, viewId) {
override fun getEventName(): String = EVENT_NAME

Expand Down
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default function App() {
longitude={126.349895729}
radius={10000}
color={'#f2f'}
isHidden
outlineColor={'#aaa'}
outlineWidth={2}
globalZIndex={-1}
Expand Down

0 comments on commit 242962d

Please sign in to comment.