Angela Yu

Results 381 comments of Angela Yu

+1 on this, also running on Xcode 10.1 MacOS 10.14.1 Console also says `2018-12-04 10:48:23.151777-0800 JSONExport[14745:1985495] [default] Unable to load Info.plist exceptions (eGPUOverrides) (lldb) `

Try also specifying a `radius` in the requestOptions. The [location bias](https://developers.google.com/maps/documentation/places/web-service/autocomplete#location_biasing) is defined as a circle with `location` as the center and `radius` in meters (max 50,000 meters).

We welcome your PR! Thank you for contributing. Be sure to accept the CLA described in the [contributing guide](https://github.com/googlemaps/google-maps-services-go/blob/master/CONTRIB.md).

@DarkTrick Thank you for sharing your solution! We'll look at improving the code sample.

So sorry @polivmi1, would you mind `git commit --amend` the commit message in your branch to: ``` fix: Prevent a memory leak on AndroidView which may not call ON_DESTROY ```...

@polivmi1 Yes, I see a "Create pull request" button here that you can use: https://github.com/googlemaps/android-maps-compose/compare/main...polivmi1:android-maps-compose:138_memory_leak

> @fgnass I saw you mentioned that you're using svg for your markers; changing to png would also help performance. See this YouTube video and the links in the description...