3일차는 쫌 그렇게 3번쨰 글 쓰기... 그 사이에 몇날이 흘렀다. 먼저 만들어진 앱을 볼까 ? geofence 는 실행을 등록하면 유효시간을 정하게 되어 있어서 등록할 때 특정 시간을 지정할 수 있도록 선언을 해 주어야 한다. mGeofenceList.add(new Geofence.Builder() .setRequestId(mapPOIItem.getItemName() + ":" + keywordBinding.editKeyword.getText().toString()) .setCircularRegion( mapPoint.getMapPointGeoCoord().latitude, mapPoint.getMapPointGeoCoord().longitude, spSetting.getInt("aroundArea",..