-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
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
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.