Skip to content

Instantly share code, notes, and snippets.

@ljcamargo
Created September 21, 2020 05:38
Show Gist options
  • Select an option

  • Save ljcamargo/9cd68bd655b64cb11c9ecd4cd05ea994 to your computer and use it in GitHub Desktop.

Select an option

Save ljcamargo/9cd68bd655b64cb11c9ecd4cd05ea994 to your computer and use it in GitHub Desktop.
package app.company.com.maps
import com.huawei.hms.maps.SupportMapFragment
class AgnosticMapFragment: SupportMapFragment() {
companion object {
@JvmStatic
fun newInstance(): AgnosticMapFragment = AgnosticMapFragment()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment