Created
September 21, 2020 05:39
-
-
Save ljcamargo/c7ad697a5fb04b4b805c1cbd21744248 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.google.android.gms.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