Unimplemented Maps API Method (model.GroundOverlay.a(float))
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
An app crashes in specific circumstances. Turns out, the issue is a not-yet implemented method:
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.google.android.gms.maps.model.GroundOverlay.a(float)' on a null object reference
Would be nice if one can look into this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating model.GroundOverlay and the unimplemented a(float) method mentioned in the stack trace. Reproduce the reported circumstances and inspect the surrounding Maps model implementation. Done means the method no longer causes the reported null-related crash and the relevant behavior is covered by verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100