microg / microg/GmsCore

Unimplemented Maps API Method (model.GroundOverlay.a(float))

Open
#985 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.