indicate if address is being looked up or if no address can be determined for My Position
This commit is contained in:
parent
0ca8dc6d0d
commit
6532d92d2c
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ public class MyLocationMenuController extends MenuController {
|
|||
return getPointDescription().getTypeName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCommonTypeStr() {
|
||||
return getMapActivity().getString(R.string.shared_string_location);
|
||||
}
|
||||
// @Override
|
||||
// public String getCommonTypeStr() {
|
||||
// return getMapActivity().getString(R.string.shared_string_location);
|
||||
// }
|
||||
|
||||
@Override
|
||||
public Drawable getLeftIcon() {
|
||||
|
|
Loading…
Reference in a new issue