Skip to content

fix(google-maps): use URLSession for remote iconUrl on iOS - #1818

Merged
jcesarmobile merged 2 commits into
mainfrom
remote-marker-urlsession
Oct 3, 2023
Merged

fix(google-maps): use URLSession for remote iconUrl on iOS#1818
jcesarmobile merged 2 commits into
mainfrom
remote-marker-urlsession

Conversation

@jcesarmobile

Copy link
Copy Markdown
Member

closes #1667

@markemer markemer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a good change. Data is mainly only good for file urls and even apple says:

As this method runs synchronously and blocks the calling thread until it finishes, don’t invoke it from the main thread.

I'm actually a little surprised this ever worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

[google maps]: remote icon markers blocks main thread

4 participants