Has anyone integrated google maps into a compose app? I am looking for example code if it exists.
j
John O'Reilly
07/05/2020, 1:38 PM
Did you find any examples of this? I have app that uses
SupportMapFragment
right now and looking to get working with Compose....curious how data source that for example drives placement of markers would be managed.....and likewise where panning of map triggers data query/update
John O'Reilly
07/05/2020, 1:38 PM
@romainguy I just saw that you mentioned using
AndroidView
....do you know of any examples of this used for a map like this?
John O'Reilly
07/05/2020, 6:52 PM
I have basic setup working using
AndroidView
with a layout file that includes
com.google.android.gms.maps.SupportMapFragment
fragment ....looking next at what options are for accessing map and tying in for example with map lifecycle callbacks