Created
September 21, 2020 05:38
-
-
Save ljcamargo/9cd68bd655b64cb11c9ecd4cd05ea994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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