Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Maps is not loading on Android 8 #1335

Open
david-nedeljkovic opened this issue Apr 16, 2024 · 1 comment
Open

Google Maps is not loading on Android 8 #1335

david-nedeljkovic opened this issue Apr 16, 2024 · 1 comment
Labels
triage me I really want to be triaged. type: question Request for information or clarification. Not an issue.

Comments

@david-nedeljkovic
Copy link

The app utilizes Google Maps, which runs on all versions except Android 8. To load the map, we use SupportMapFragment from com.google.android.gms.maps.SupportMapFragment().

open class SupportMapFragment : com.google.android.gms.maps.SupportMapFragment() {
    fun getMapAsynchronous(callback: OnMapReadyCallback) {
        super.getMapAsync { googleMap: GoogleMap ->
            callback.onMapReady(MapClient(googleMap))
        }
    }
}

The map version we are using is
gmsImplementation 'com.google.android.gms:play-services-maps:18.1.0'.

Can you help me? Thanks in advance.

Regards,
David Nedeljkovic

@david-nedeljkovic david-nedeljkovic added triage me I really want to be triaged. type: question Request for information or clarification. Not an issue. labels Apr 16, 2024
@wangela
Copy link
Member

wangela commented Apr 16, 2024

If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.

@david-nedeljkovic Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@david-nedeljkovic david-nedeljkovic changed the title Google Maps not loading on Android 8 Google Maps is not loading on Android 8 Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants