Skip to content

Adding viewBounds function to return map view bounds of all corners i…#171

Open
jjozwiak wants to merge 5 commits intocapacitor-community:mainfrom
jjozwiak:jjozwiak/view-bounds
Open

Adding viewBounds function to return map view bounds of all corners i…#171
jjozwiak wants to merge 5 commits intocapacitor-community:mainfrom
jjozwiak:jjozwiak/view-bounds

Conversation

@jjozwiak
Copy link
Copy Markdown

@jjozwiak jjozwiak commented May 7, 2022

…n Lat/Lng. Based on contribution by @J-Gonzalez PR #81 but updated to match project structure now being used in main branch

@selected-pixel-jameson
Copy link
Copy Markdown

selected-pixel-jameson commented May 12, 2022

@tafelnl If we get the conflicts resolved on this can we get this merged?

Copy link
Copy Markdown
Member

@tafelnl tafelnl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR. Just reviewed it. Can you take a look and also resolve the merge conflicts?

…n Lat/Lng. Based on contribution by @J-Gonzalez PR capacitor-community#81 but updated to match project structure now being used in main branch
@jjozwiak jjozwiak force-pushed the jjozwiak/view-bounds branch from bfefc37 to 7aa39d8 Compare May 13, 2022 14:26
Changing viewBounds to getViewBounds and adding ViewBoundsResult interface to provide a return type for the getViewBounds method
@jjozwiak
Copy link
Copy Markdown
Author

Hi @tafelnl , thanks for the review and feedback. I rebased this branch, resolved merge conflicts, and implemented your feedback. Please let me know if there's anything else. Cheers

jjozwiak added 2 commits May 24, 2022 23:26
Changing viewBounds to getViewBounds and adding ViewBoundsResult interface to provide a return type for the getViewBounds method
@jjozwiak
Copy link
Copy Markdown
Author

Hi @tafelnl,
I pushed the requested updates and signed the commits for this PR. Is there anything else needed to merge this into main?
Thank you

@selected-pixel-jameson
Copy link
Copy Markdown

Hi @tafelnl. Is there anyway we can get this merged? Trying to take a project to production and would like to use this repo instead of our fork if at all possible. Thank you!

1 similar comment
@selected-pixel-jameson
Copy link
Copy Markdown

Hi @tafelnl. Is there anyway we can get this merged? Trying to take a project to production and would like to use this repo instead of our fork if at all possible. Thank you!

@selected-pixel-jameson
Copy link
Copy Markdown

@tafelnl Is there something we can do to get this merged? Are we missing something?

@igor-xx
Copy link
Copy Markdown

igor-xx commented Jul 15, 2024

@tafelnl @hemangsk could anoyone please merge this? or is there anything else preventig you from doing it?

@Jador-de-Vries
Copy link
Copy Markdown

Bumping as I'd also like to see this implemented!

JarretHoving97 added a commit to JarretHoving97/google-maps that referenced this pull request Apr 7, 2026
Lot's of code in composition has changed. This is primarily because we
don't need `ChannelsListViewModel` logic in the
`ChatScreen` anymore. Because when a new ViewModel creation was made,
the delegate for the ChannelsListView was pointed to a new ViewModel
instance. Which results in no UI updates happening when you navigated
back to the `ChannelListView`

This also gave me a chance to simplify the code of the composers. For
example `ExtendedStreamPlugin` does not compose the channel header view
anymore. This is done in `ChatChannelsViewControllerComposer` which
makes more sense.

also renamed a `ChatChannelsViewControllerComposer ` from `composeWith`
to `lazyCompose` so it's more clear that we open a channel and load
information on appearance when we only have a channel id to navigate to.

 which also simplify things. 
 
 
 (EDIT)

This also solves the issue of the pop-overs and or whole chat closing
when the view update by any channel event changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants