예제 #1
0
 @Override
 public String getValue(SettingItem item) {
   if (location.isValid()) {
     return location.getAddress();
   } else {
     return context.getString(R.string.address_not_set);
   }
 }
예제 #2
0
 public LatLng getLatLng() {
   return location.getLatLng();
 }