-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Move MapFragment from Test to SDK module #2524
Comments
Hmm I'd just implement accessToken changes are being discussed in #713 We might want to hit this at the same time we implement the general refactor in #2480 Then we can just make |
At the same time also need to add a |
Another important part of Google Map API is the |
@ljbade 👍 About:
This will probably be a retained fragment, but to clarify this only will keep the map data in memory, views will always be destroyed/recreated. |
@tobrun Interesting I guess that's why the |
Closing, implemented in #2567 |
Integrating GoogleMaps into a project is generally done using their MapFragment.
See this getting started guide for reference.
In those cases you will extend MapFragment and hook into the getMapAsync callback to get a GoogleMap object and then start customising the map with markers etc. On older implementations they exposed a getMap method but this has been deprecated.
To make it easier for end developers to setup or migrate:
The text was updated successfully, but these errors were encountered: